|
Evo C++ Library v0.5.1
|
#include <evo/logger.h>
LogLevel enum helper created with EVO_ENUM_REMAP().
Public Types | |
| typedef EnumMapIterator< LogLevelEnum > | Iter |
| typedef LogLevel | Type |
Static Public Member Functions | |
| static LogLevel | get_enum (const evo::SubString &key) |
| static LogLevel | get_enum (int val) |
| static int | get_int (LogLevel val) |
| static const LogLevel * | get_remap_array () |
| static const SizeT * | get_reverse_remap_array () |
| static SubString | get_string (LogLevel val) |
| static const evo::SubStringMapList & | map () |
Static Public Attributes | |
| static const LogLevel | FIRST = LOG_LEVEL_ALERT |
| static const LogLevel | LAST = LOG_LEVEL_DEBUG_LOW |
| static const LogLevel | UNKNOWN = LOG_LEVEL_DISABLED |
| typedef EnumMapIterator< LogLevelEnum > Iter |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
|
static |
1.8.13