|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Level
com.ibm.websphere.logging.WsLevel
public class WsLevel
The WsLevel class extends the java.util.logging.Level class, which defines a set of standard logging levels that can be used to control logging output. We extend that class to add WebSphere-specific levels, since the base set of levels are inadequate.
The added levels include
Field Summary | |
---|---|
static java.util.logging.Level |
AUDIT
AUDIT is after WARNING |
static java.util.logging.Level |
DETAIL
DETAIL is after CONFIG. |
static java.util.logging.Level |
FATAL
FATAL is higher than SEVERE. |
static int[] |
LEVEL_VALUES
Sorted array of level values |
static java.util.logging.Level[] |
LEVELS
Sorted array of distinct levels. |
Fields inherited from class java.util.logging.Level |
---|
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING |
Method Summary | |
---|---|
static java.util.logging.Level |
parse(java.lang.String name)
This parse method is based on the java util logging's Level.parse(String) method with the addition of support for WebSphere type levels such as FATAL, AUDIT, and DETAIL. |
Methods inherited from class java.util.logging.Level |
---|
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.util.logging.Level FATAL
public static final java.util.logging.Level AUDIT
public static final java.util.logging.Level DETAIL
public static java.util.logging.Level[] LEVELS
public static int[] LEVEL_VALUES
Method Detail |
---|
public static java.util.logging.Level parse(java.lang.String name) throws java.lang.IllegalArgumentException, java.lang.NullPointerException
name
- name of a WebSphere Level or java util logging level to be parsed
java.lang.IllegalArgumentException
java.lang.NullPointerException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |