Enumerations | |
enum | EN_LogLevel { CRITICAL = 0, ERROR, NOTIFICATION, WARNING, DEBUG, VERBOSE, LAST_VALUE } |
Variables | |
static const std::string | _logLevels [LAST_VALUE] |
Level of logs.
Definition at line 18 of file stdair_log.hpp.
const std::string stdair::LOG::_logLevels[LAST_VALUE] [static] |
{"C", "E", "N", "W", "D", "V"}
Definition at line 28 of file stdair_log.hpp.
Referenced by stdair::BasLogParams::toShortString(), stdair::BasLogParams::toString(), and stdair::Logger::log().