iox::log::LogEntry🔗
Public Attributes🔗
| Name | |
|---|---|
| LogLevel | level |
| std::chrono::milliseconds | time |
| std::string | message |
Public Attributes Documentation🔗
variable level🔗
LogLevel level {LogLevel::kVerbose};
variable time🔗
std::chrono::milliseconds time {0};
variable message🔗
std::string message;
Updated on 17 March 2022 at 12:15:57 CET