|
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 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
weblogic.i18n.logging.Severities
public class Severities
This class defines the constants for all the severities used by WLS Logging.
| Field Summary | |
|---|---|
static int |
ALERTA particular service is in an unusable state. |
static String |
ALERT_TEXTSeverity ALERT denoted by the value "Alert" |
static int |
CRITICALA system or service level error has occured. |
static String |
CRITICAL_TEXTSeverity CRITICAL denoted by the value "Critical" |
static int |
DEBUGA debug message. |
static String |
DEBUG_TEXTSeverity DEBUG denoted by the value "Debug" |
static int |
EMERGENCYThe server is in an unusable state. |
static String |
EMERGENCY_TEXTSeverity EMERGENCY denoted by the value "Emergency" |
static int |
ERRORA user level error has occured. |
static String |
ERROR_TEXTSeverity ERROR denoted by the value "Error" |
static int |
INFOAn informational message. |
static String |
INFO_TEXTSeverity INFO denoted by the value "Info" |
static int |
NOTICEA particularly important warning or informational message. |
static String |
NOTICE_TEXTSeverity NOTICE denoted by the value "Notice" |
static int |
OFFAll messages are turned off. |
static String |
OFF_TEXTSeverity OFF denoted by the value "Off" |
static int |
TRACEA trace message. |
static String |
TRACE_TEXTSeverity TRACE denoted by the value "Trace" |
static int |
WARNINGA warning message. |
static String |
WARNING_TEXTSeverity WARNING denoted by the value "Warning" |
| Method Summary | |
|---|---|
static int |
getSeverity(Level level)Maps a Level object to a severity code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int OFF
public static final String OFF_TEXT
public static final int EMERGENCY
public static final String EMERGENCY_TEXT
public static final int ALERT
public static final String ALERT_TEXT
public static final int CRITICAL
public static final String CRITICAL_TEXT
public static final int ERROR
public static final String ERROR_TEXT
public static final int WARNING
public static final String WARNING_TEXT
public static final int NOTICE
public static final String NOTICE_TEXT
public static final int INFO
public static final String INFO_TEXT
public static final int DEBUG
public static final String DEBUG_TEXT
public static final int TRACE
public static final String TRACE_TEXT
| Method Detail |
|---|
public static int getSeverity(Level level)
|
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||