27 std::chrono::time_point<std::chrono::system_clock>
timestamp =
28 std::chrono::system_clock::now();
The log namespace is used for log related classes and functions.
Definition idirectory.h:18
std::experimental::source_location Loc
Definition logging.h:41
LogSeverity
< Defines the log severity level
Definition logging.h:21
@ kInfo
Informational message.
Definition logging.h:24
std::string GetSeverityString(LogSeverity severity)
Returns the log level as a string.
Definition logmessage.h:26
util::log::Loc location
Source file and function.
Definition logmessage.h:31
std::chrono::time_point< std::chrono::system_clock > timestamp
Time of the message (UTC)
Definition logmessage.h:27
LogSeverity severity
Type of message.
Definition logmessage.h:30
std::string message
Message text.
Definition logmessage.h:29