Class WsLevel

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

public class WsLevel extends 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.
See Also:
  • Field Details

    • FATAL

      public static final Level FATAL
      FATAL is higher than SEVERE.
    • ERROR

      public static final Level ERROR
      ERROR is the same as SEVERE.
    • AUDIT

      public static final Level AUDIT
      AUDIT is in between INFO and WARNING
    • EVENT

      public static final Level EVENT
      EVENT is the same as FINE
    • DETAIL

      public static final Level DETAIL
      DETAIL is after CONFIG.
  • Method Details