

Static Public Attributes | |
| static Level | ERROR = new ErrorTraceLogLevels("ERROR", 901) |
| static Level | CRITICAL = new ErrorTraceLogLevels("CRITICAL", 902) |
| static Level | ALERT = new ErrorTraceLogLevels("ALERT", 903) |
| static Level | EMERGENCY = new ErrorTraceLogLevels("ERROR", 1000) |
Protected Member Functions | |
| ErrorTraceLogLevels (String name, int value) | |
Static Package Functions | |
| static Level | mapErrorLevelToLogLevel (Severity errorTraceSeverity) |
Provides JDK logger style level objects for the severity levels in alma.ACSErr.Severity.
Currently the module acserr builds before acsjlog, so alma.acs.logging.AcsLogLevel is not available. Todo: Try to refactor this and remove duplication of error level classes.
| alma::acs::exceptions::ErrorTraceLogLevels::ErrorTraceLogLevels | ( | String | name, | |
| int | value | |||
| ) | [inline, protected] |
| static Level alma::acs::exceptions::ErrorTraceLogLevels::mapErrorLevelToLogLevel | ( | Severity | errorTraceSeverity | ) | [inline, static, package] |
References ALERT, CRITICAL, EMERGENCY, ERROR, and alma::ACSErr::Severity::value.
Level alma::acs::exceptions::ErrorTraceLogLevels::ALERT = new ErrorTraceLogLevels("ALERT", 903) [static] |
Referenced by mapErrorLevelToLogLevel().
Level alma::acs::exceptions::ErrorTraceLogLevels::CRITICAL = new ErrorTraceLogLevels("CRITICAL", 902) [static] |
Referenced by mapErrorLevelToLogLevel().
Level alma::acs::exceptions::ErrorTraceLogLevels::EMERGENCY = new ErrorTraceLogLevels("ERROR", 1000) [static] |
Referenced by mapErrorLevelToLogLevel().
Level alma::acs::exceptions::ErrorTraceLogLevels::ERROR = new ErrorTraceLogLevels("ERROR", 901) [static] |
Referenced by mapErrorLevelToLogLevel().
1.6.2