Skip to content

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 18 December 2023 at 13:11:42 CET