This graph shows which files directly or indirectly include this file:
Enumerations | |
enum | ACE_Log_Priority { LM_SHUTDOWN = 01, LM_TRACE = 02, LM_DEBUG = 04, LM_INFO = 010, LM_NOTICE = 020, LM_WARNING = 040, LM_STARTUP = 0100, LM_ERROR = 0200, LM_CRITICAL = 0400, LM_ALERT = 01000, LM_EMERGENCY = 02000, LM_MAX = LM_EMERGENCY, LM_ENSURE_32_BITS = 0x7FFFFFFF } |
This data type indicates the relative priorities of the logging messages, from lowest to highest priority. More... |
|