IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.logging
Class WsLevel

java.lang.Object
  extended by java.util.logging.Level
      extended by com.ibm.websphere.logging.WsLevel
All Implemented Interfaces:
java.io.Serializable

public class WsLevel
extends java.util.logging.Level

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

See Also:
Serialized Form

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
 
Methods inherited from class java.util.logging.Level
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FATAL

public static final java.util.logging.Level FATAL
FATAL is higher than SEVERE.


AUDIT

public static final java.util.logging.Level AUDIT
AUDIT is after WARNING


DETAIL

public static final java.util.logging.Level DETAIL
DETAIL is after CONFIG.


LEVELS

public static java.util.logging.Level[] LEVELS
Sorted array of distinct levels. This array is used to map level types defined in LevelConstants to Level objects.


LEVEL_VALUES

public static int[] LEVEL_VALUES
Sorted array of level values


IBM WebSphere Application ServerTM
Release 7