|
RADLib
RADical C++ application framework
|
One log view entry. More...
#include <RADAppKit.h>
Public Attributes | |
| LogLevel | level = LogLevel::Info |
| Severity. More... | |
| std::string | category |
| Category label. More... | |
| std::string | message |
| Message text. More... | |
| int64_t | unixMs = 0 |
| Unix timestamp in milliseconds. More... | |
One log view entry.
| std::string RADUi::LogEntry::category |
Category label.
| LogLevel RADUi::LogEntry::level = LogLevel::Info |
Severity.
| std::string RADUi::LogEntry::message |
Message text.
| int64_t RADUi::LogEntry::unixMs = 0 |
Unix timestamp in milliseconds.