com.ibm.websphere.logging
Class WsLevel
- java.lang.Object
java.util.logging.Level
com.ibm.websphere.logging.WsLevel
All implemented interfaces:
java.io.Serializable
- public class WsLevel
- extends java.util.logging.Level
The added levels include
- FATAL
- SERVICE
- DETAIL
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
AUDIT
AUDIT is in between INFO and WARNING
|
|
DETAIL
DETAIL is after CONFIG.
|
|
ERROR
ERROR is the same as SEVERE.
|
|
EVENT
EVENT is the same as FINE
|
|
FATAL
FATAL is higher than SEVERE.
|
Fields inherited from class java.util.logging.Level |
---|
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING |
Method Summary
Methods inherited from class java.util.logging.Level |
---|
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail
FATAL
- public static final java.util.logging.Level FATAL
FATAL is higher than SEVERE.
ERROR
- public static final java.util.logging.Level ERROR
ERROR is the same as SEVERE.
AUDIT
- public static final java.util.logging.Level AUDIT
AUDIT is in between INFO and WARNING
EVENT
- public static final java.util.logging.Level EVENT
EVENT is the same as FINE
DETAIL
- public static final java.util.logging.Level DETAIL
DETAIL is after CONFIG.