|
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
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 int |
ALERT_INT
|
static WLLevel |
CRITICAL
|
static int |
CRITICAL_INT
|
static WLLevel |
DEBUG
|
static int |
DEBUG_INT
|
static WLLevel |
EMERGENCY
|
static int |
EMERGENCY_INT
|
static WLLevel |
ERROR
|
static int |
ERROR_INT
|
static WLLevel |
INFO
|
static int |
INFO_INT
|
static WLLevel |
NOTICE
|
static int |
NOTICE_INT
|
static WLLevel |
OFF
|
static int |
OFF_INT
|
static WLLevel |
TRACE
|
static int |
TRACE_INT
|
static WLLevel |
WARNING
|
static int |
WARNING_INT
|
Fields inherited from class java.util.logging.Level |
---|
ALL, CONFIG, FINE, FINER, FINEST, SEVERE |
Method Summary | |
---|---|
protected String |
getHeader(Level level)
Deprecated. |
static Level |
getLevel(int severity)
Converts severity code to a corresponding Level object. |
String |
getLocalizedName()
|
int |
getSeverity()
Gets the severity code for this level. |
static int |
getSeverity(Level level)
Maps a Level object to a severity code. |
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 int OFF_INT
public static final int EMERGENCY_INT
public static final int ALERT_INT
public static final int CRITICAL_INT
public static final int ERROR_INT
public static final int WARNING_INT
public static final int NOTICE_INT
public static final int INFO_INT
public static final int DEBUG_INT
public static final int TRACE_INT
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
Method Detail |
---|
protected String getHeader(Level level)
public int getSeverity()
public String getLocalizedName()
getLocalizedName
in class Level
public static Level getLevel(int severity)
public static int getSeverity(Level level)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |