23 #ifndef SRC_CONFIGURATION_LOGGERAUX_HPP_
24 #define SRC_CONFIGURATION_LOGGERAUX_HPP_
52 #define LTRACE mic::logger::Trace
53 #define LDEBUG mic::logger::Debug
54 #define LNOTICE mic::logger::Notice
55 #define LINFO mic::logger::Info
56 #define LSTATUS mic::logger::Status
57 #define LWARNING mic::logger::Warning
58 #define LERROR mic::logger::Error
59 #define LFATAL mic::logger::Fatal
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.
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...