Contains data used for a log message.
More...
#include <LogMessage.h>
|
|
Level | level {Level::Off} |
| | The log level.
|
| |
|
const char * | tag {nullptr} |
| | The tag for the log component.
|
| |
|
const char * | message {nullptr} |
| | The log message.
|
| |
|
const char * | file {nullptr} |
| | The file that generated the message.
|
| |
|
unsigned int | line {0} |
| | The line in the file where the message was logged.
|
| |
|
const char * | function {nullptr} |
| | The function that generated the message.
|
| |
|
const char * | fullFunction {nullptr} |
| | The fully qualified function that generated the message.
|
| |
|
std::chrono::time_point< std::chrono::system_clock > | time {} |
| | The timestamp of the message.
|
| |
|
unsigned long | threadId {0} |
| | The thread ID for the thread that generated the message.
|
| |
Contains data used for a log message.
The documentation for this struct was generated from the following file: