Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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
equals, getHeader, getLevel, getLocalizedName, getSeverity, getSeverity, hashCode

 

Methods inherited from class java.util.logging.Level
getName, getResourceBundleName, 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

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09