|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Level
com.bea.logging.LogLevel
weblogic.logging.WLLevel
public class WLLevel
This class enumerates the WebLogic specific logging levels. This class acts like an adapter between the JDK 1.4 Logging API and WebLogic Logging. It defines a mapping between the Level and Severities classes in the two APIs.
Field Summary | |
---|---|
static WLLevel |
ALERT
|
static WLLevel |
CRITICAL
|
static WLLevel |
DEBUG
|
static WLLevel |
EMERGENCY
|
static WLLevel |
ERROR
|
static WLLevel |
INFO
|
static WLLevel |
NOTICE
|
static WLLevel |
OFF
|
static WLLevel |
TRACE
|
static WLLevel |
WARNING
|
Fields inherited from class com.bea.logging.LogLevel |
---|
ALERT_INT, CRITICAL_INT, DEBUG_INT, EMERGENCY_INT, ERROR_INT, INFO_INT, NOTICE_INT, OFF_INT, TRACE_INT, WARNING_INT |
Fields inherited from class java.util.logging.Level |
---|
ALL, CONFIG, FINE, FINER, FINEST, SEVERE |
Method Summary |
---|
Methods inherited from class com.bea.logging.LogLevel |
---|
getHeader, getLevel, getLocalizedName, getSeverity, getSeverity |
Methods inherited from class java.util.logging.Level |
---|
equals, getName, getResourceBundleName, hashCode, intValue, parse, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final WLLevel OFF
public static final WLLevel EMERGENCY
public static final WLLevel CRITICAL
public static final WLLevel ERROR
public static final WLLevel ALERT
public static final WLLevel NOTICE
public static final WLLevel DEBUG
public static final WLLevel WARNING
public static final WLLevel INFO
public static final WLLevel TRACE
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |