20 #ifndef _ANCH_LOGGER_LEVEL_H_ 21 #define _ANCH_LOGGER_LEVEL_H_ 60 {Level::TRACE,
"TRACE"},
61 {Level::DEBUG,
"DEBUG"},
64 {Level::ERROR,
"ERROR"},
65 {Level::FATAL,
"FATAL"},
74 {
"TRACE",Level::TRACE},
75 {
"DEBUG",Level::DEBUG},
78 {
"ERROR",Level::ERROR},
79 {
"FATAL",Level::FATAL},
85 #endif // _ANCH_LOGGER_LEVEL_H_ const std::map< const std::string, const Level > LABEL_LEVEL
Definition: levels.hpp:73
Definition: levels.hpp:51
const std::map< const Level, const std::string > LEVEL_LABEL
Definition: levels.hpp:59
AnCH framework base namespace.
Definition: base64.hpp:28
Definition: levels.hpp:45
Definition: levels.hpp:42
Level
Definition: levels.hpp:34
Definition: levels.hpp:39
Definition: levels.hpp:48
Definition: levels.hpp:36