Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.logging
Class WLLevel

java.lang.Object
  extended by java.util.logging.Level
      extended by com.bea.logging.LogLevel
          extended by weblogic.logging.WLLevel
All Implemented Interfaces:
Serializable

public class WLLevel
extends LogLevel

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.

See Also:
Serialized Form

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

OFF

public static final WLLevel OFF

EMERGENCY

public static final WLLevel EMERGENCY

CRITICAL

public static final WLLevel CRITICAL

ERROR

public static final WLLevel ERROR

ALERT

public static final WLLevel ALERT

NOTICE

public static final WLLevel NOTICE

DEBUG

public static final WLLevel DEBUG

WARNING

public static final WLLevel WARNING

INFO

public static final WLLevel INFO

TRACE

public static final WLLevel TRACE

Copyright 1996, 2011, 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 API Reference
11g Release 1 (10.3.6)

Part Number E13941-06