Luanti 5.10.0-dev
 
Loading...
Searching...
No Matches
ILogOutput Class Referenceabstract

#include <log_internal.h>

+ Inheritance diagram for ILogOutput:

Public Member Functions

virtual void logRaw (LogLevel, std::string_view line)=0
 
virtual void log (LogLevel, const std::string &combined, const std::string &time, const std::string &thread_name, std::string_view 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,
std::string_view payload_text )
pure virtual

◆ logRaw()

virtual void ILogOutput::logRaw ( LogLevel ,
std::string_view line )
pure virtual

Implemented in CaptureLogOutput, FileLogOutput, StreamLogOutput, and TermLogOutput.

Referenced by ICombinedLogOutput::log().

+ Here is the caller graph for this function:

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