

Public Member Functions | |
| LoggingLevel (String name, int value, int acsLevel) | |
| int | getAcsLevel () |
| String | getEntryName () |
| int | compareTo (Object obj) |
Static Public Member Functions | |
| LoggingLevel | getNativeLevel (Level level) |
Static Public Attributes | |
| final LoggingLevel | TRACE = new LoggingLevel("TRACE", 400, ACS_LEVEL_TRACE) |
| final LoggingLevel | DEBUG = new LoggingLevel("DEBUG", 700, ACS_LEVEL_DEBUG) |
| final LoggingLevel | INFO = new LoggingLevel("INFO", 800, ACS_LEVEL_INFO) |
| final LoggingLevel | NOTICE = new LoggingLevel("NOTICE", 801, ACS_LEVEL_NOTICE) |
| final LoggingLevel | WARNING = new LoggingLevel("WARNING", 900, ACS_LEVEL_WARNING) |
| final LoggingLevel | ERROR = new LoggingLevel("ERROR", 901, ACS_LEVEL_ERROR) |
| final LoggingLevel | CRITICAL = new LoggingLevel("CRITICAL", 902, ACS_LEVEL_CRITICAL) |
| final LoggingLevel | ALERT = new LoggingLevel("ALERT", 903, ACS_LEVEL_ALERT) |
| final LoggingLevel | EMERGENCY = new LoggingLevel("EMERGENCY", 1000, ACS_LEVEL_EMERGENCY) |
Private Attributes | |
| int | acsLevel = ACS_LEVEL_UNKNOWN |
| String | entryName = null |
Static Private Attributes | |
| final String | ACS_BUNDLE_NAME = LoggingLevel.class.getPackage().getName() |
| TreeSet | known = new TreeSet() |
| HashMap | lookup = new HashMap() |
|
||||||||||||||||
|
Create a named Level with a given integer value.
|
|
|
Compares thoe level with the specified level for order.
|
|
|
Returns the ACS core level.
|
|
|
Returns the ACS XML level entryName.
|
|
|
Maps level to native level.
|
|
|
The resource bundle name to be used in localizing ACS level name. |
|
|
The resource bundle name to be used in localizing ACS level name. |
|
|
A condition that should be corrected immediately, such as a corrupted system database. |
|
|
Critical conditions, such as hard device errors. |
|
|
Messages that contain information normally of use only when debugging a program. |
|
|
A panic condition. This is normally broadcast to all users. |
|
|
XML Entry name. |
|
|
Error messages. |
|
|
Informational messages. |
|
|
List of all ACS levels. |
|
|
Fast lookup table mapping. |
|
|
Conditions that are not error conditions, but that may require special handling. |
|
|
Messages indicating function-calling sequence. |
|
|
Warning messages. |
1.3.8