Severity_t
Message severity level.
Information, contain user defined information.
Something very bad happened, no chance to continue execution.
Something bad happened, try to terminate.
Information, contain user defined information, with small importance.
Debug message with file and line number, contain user defined debug information.
Warning, continue execution.
Contains declarations of logger auxiliary functions, macros and severity type.
Status, contains statuses such as status of application, phase of operation etc.
std::string sev2str(Severity_t sev_)
Trace program execution, prints file name and line, typically logged when entering function...