#include <logging_imp.h>

Definition at line 28 of file logging_imp.h.
Data Fields | |
| int | level |
| string | module |
| string | file |
| int | line |
| string | function |
| string | prettyFunction |
| string | message |
Definition at line 29 of file logging_imp.h.
Referenced by Logging::StreamSink::handle(), Logging::LevelFilter::handle(), and Logging::log_message().
| string Logging::LogMessage::module |
Definition at line 30 of file logging_imp.h.
Referenced by Logging::StreamSink::handle(), and Logging::log_message().
| string Logging::LogMessage::file |
Definition at line 31 of file logging_imp.h.
Referenced by Logging::StreamSink::handle(), and Logging::log_message().
Definition at line 32 of file logging_imp.h.
Referenced by Logging::StreamSink::handle(), and Logging::log_message().
| string Logging::LogMessage::message |
Definition at line 35 of file logging_imp.h.
Referenced by Logging::StreamSink::handle(), and Logging::log_message().
1.5.6