|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object logging.LogLevel
public final class LogLevel
Field Summary | |
---|---|
static int |
ALERT
Indicates level type of message: Alert message |
static int |
DEBUG
Indicates level type of message, e.g. |
static int |
EMERG
Indicates level type of message: Emergency message |
static int |
ERR
Indicates level type of message: Error message |
static int |
EXCEPTION
Indicates level type of message: For instance to use when catching Exeption to output a debug message. |
static int |
INFO
Indicates level type of message: Information |
static int |
NOTICE
Indicates level type of message: Notice |
private static java.lang.String[] |
STR_Levels
|
static int |
WARNING
Indicates level type of message: Warning |
Constructor Summary | |
---|---|
LogLevel()
|
Method Summary | |
---|---|
static int |
getLevelCount()
Returns the number of log levels. |
static java.lang.String |
getLevelName(int a_level)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int EMERG
public static final int ALERT
public static final int EXCEPTION
public static final int ERR
public static final int WARNING
public static final int NOTICE
public static final int INFO
public static final int DEBUG
private static final java.lang.String[] STR_Levels
Constructor Detail |
---|
public LogLevel()
Method Detail |
---|
public static int getLevelCount()
public static java.lang.String getLevelName(int a_level)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |