#include <log_internal.h>
|
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 |
|
◆ 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 |
The documentation for this class was generated from the following file: