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