This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | AcsLogLevels |
namespace | ACSLoggingLog |
Classes | |
struct | ACSLoggingLog::NameValue |
struct | ACSLoggingLog::LogBinaryRecord |
Typedefs | |
typedef short | logLevelValue |
typedef sequence< NameValue > | NameValueSeq |
Variables | |
const logLevelValue | TRACE_VAL = 2 |
const string | TRACE_NAME = "Trace" |
const logLevelValue | DEBUG_VAL = 3 |
const string | DEBUG_NAME = "Debug" |
const logLevelValue | INFO_VAL = 4 |
const string | INFO_NAME = "Info" |
const logLevelValue | NOTICE_VAL = 5 |
const string | NOTICE_NAME = "Notice" |
const logLevelValue | WARNING_VAL = 6 |
const string | WARNING_NAME = "Warning" |
const logLevelValue | ERROR_VAL = 8 |
const string | ERROR_NAME = "Error" |
const logLevelValue | CRITICAL_VAL = 9 |
const string | CRITICAL_NAME = "Critical" |
const logLevelValue | ALERT_VAL = 10 |
const string | ALERT_NAME = "Alert" |
const logLevelValue | EMERGENCY_VAL = 11 |
const string | EMERGENCY_NAME = "Emergency" |
const logLevelValue | OFF_VAL = 99 |
const string | OFF_NAME = "Off" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|