Minetest  5.4.0
ILogOutput Class Referenceabstract

#include <log.h>

+ Inheritance diagram for ILogOutput:

Public Member Functions

virtual void logRaw (LogLevel, const std::string &line)=0
 
virtual void log (LogLevel, const std::string &combined, const std::string &time, const std::string &thread_name, const std::string &payload_text)=0
 

Member Function Documentation

◆ log()

virtual void ILogOutput::log ( LogLevel  ,
const std::string &  combined,
const std::string &  time,
const std::string &  thread_name,
const std::string &  payload_text 
)
pure virtual

Implemented in TermLogOutput, and ICombinedLogOutput.

◆ logRaw()

virtual void ILogOutput::logRaw ( LogLevel  ,
const std::string &  line 
)
pure virtual

Implemented in TermLogOutput, LogOutputBuffer, FileLogOutput, and StreamLogOutput.

Referenced by ICombinedLogOutput::log().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: