LogLevels
Description
Internal enumeration class, which is externally unavailable.
Structure Definition
1 2 3 4 5 6 7 8 | enum LogLevels { LOG_LEVEL_DEBUG = -1, LOG_LEVEL_INFO = 0, LOG_LEVEL_WARN = 1, LOG_LEVEL_ERROR = 2, LOG_LEVEL_FATAL = 3, LOG_LEVEL_NONE }; |
Parent topic: General Data Structures