Log message.
More...
#include <log.h>
Log message.
Definition at line 68 of file log.h.
◆ colors_mode
Whether to enable colors.
Definition at line 82 of file log.h.
◆ file
const char* roc::core::LogMessage::file |
File path.
Definition at line 72 of file log.h.
◆ level
Logging level.
Definition at line 69 of file log.h.
◆ line
int roc::core::LogMessage::line |
Line number.
Definition at line 73 of file log.h.
◆ location_mode
Whether to enable location.
Definition at line 81 of file log.h.
◆ module
const char* roc::core::LogMessage::module |
Name of module that originated message.
Definition at line 71 of file log.h.
◆ pid
uint64_t roc::core::LogMessage::pid |
Plaform-specific process ID.
Definition at line 76 of file log.h.
◆ text
const char* roc::core::LogMessage::text |
Message text.
Definition at line 79 of file log.h.
◆ tid
uint64_t roc::core::LogMessage::tid |
Plaform-specific thread ID.
Definition at line 77 of file log.h.
◆ time
Timestamp, nanoseconds since Unix epoch.
Definition at line 75 of file log.h.
The documentation for this struct was generated from the following file: