| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectLevel
weblogic.logging.log4j.WLLog4jLevel
public class WLLog4jLevel
This class enumerates the Log4j logging levels. It defines a mapping between the Log4j Level and Severities classes.
Severities, 
org.apache.log4j.Level| Field Summary | |
|---|---|
| static WLLog4jLevel | ALERTLog4j level for Alert severity. | 
| static int | ALERT_INTInteger constant for the ALERT level. | 
| static WLLog4jLevel | CRITICALLog4j level for Critical severity. | 
| static int | CRITICAL_INTInteger constant for the CRITICAL level. | 
| static WLLog4jLevel | EMERGENCYLog4j level for Emergency severity. | 
| static int | EMERGENCY_INTInteger constant for the EMERGENCY level. | 
| static WLLog4jLevel | NOTICELog4j level for Notice severity. | 
| static int | NOTICE_INTInteger constant for the NOTICE level. | 
| static WLLog4jLevel | TRACELog4j level for Trace severity. | 
| static int | TRACE_INTInteger constant for the TRACE level. | 
| Method Summary | |
|---|---|
| static Level | getLevel(int severity)Converts a severity code to a corresponding Level object. | 
| static int | getSeverity(Level level)Maps a Level object to an severity code. | 
| static Level | toLevel(String sArg)Convert the string passed as an argument to a Level. | 
| static Level | toLevel(String sArg,
        Level defaultValue) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int EMERGENCY_INT
public static final int ALERT_INT
public static final int CRITICAL_INT
public static final int NOTICE_INT
public static final int TRACE_INT
public static final WLLog4jLevel EMERGENCY
public static final WLLog4jLevel ALERT
public static final WLLog4jLevel CRITICAL
public static final WLLog4jLevel NOTICE
public static final WLLog4jLevel TRACE
| Method Detail | 
|---|
public static Level toLevel(String sArg)
public static Level toLevel(String sArg,
                            Level defaultValue)
public static int getSeverity(Level level)
public static Level getLevel(int severity)
| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||