|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.idm.logging.syslog.Severity
Enumerates known Severity levels for Syslog events.
Field Summary | |
static java.lang.String |
code_id
|
static Severity |
ERROR
A Severity indiciating the associated error caused termination of the processing stream and/or data loss. |
static Severity |
FATAL
A Severity indicating the associated error caused the termination of the overall processing stream. |
static Severity |
WARNING
A Severity indication the associated error did not terminate the processing stream and was recovered with negligible data loss, if any. |
Method Summary | |
java.lang.String |
getDBKey()
|
java.lang.String |
getMsgKey()
|
static Severity |
getSeverityByKey(java.lang.String key)
Find the severity matching a given key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
public static final Severity FATAL
public static final Severity ERROR
public static final Severity WARNING
Method Detail |
public java.lang.String getDBKey()
public java.lang.String getMsgKey()
public static Severity getSeverityByKey(java.lang.String key)
key
- - the DB key of a severity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |