#include <log_internal.h>
|
| | StreamLogOutput (std::ostream &stream) |
| |
| void | logRaw (LogLevel lev, std::string_view line) |
| |
| void | log (LogLevel lev, const std::string &combined, const std::string &time, const std::string &thread_name, std::string_view payload_text) |
| |
◆ StreamLogOutput()
| StreamLogOutput::StreamLogOutput |
( |
std::ostream & | stream | ) |
|
◆ logRaw()
| void StreamLogOutput::logRaw |
( |
LogLevel | lev, |
|
|
std::string_view | line ) |
|
virtual |
◆ is_tty
| bool StreamLogOutput::is_tty = false |
|
private |
◆ m_stream
| std::ostream& StreamLogOutput::m_stream |
|
private |
The documentation for this class was generated from the following files: