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 26 April 2021 at 15:31:01 CEST