|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.cmw.adm.LogLevel
public class LogLevel
A wrapper class for the admin::ServerAdmin::LogLevel enum.
Field Summary | |
---|---|
static int |
ALL
A special level which indicates that all messages shall be logged. |
static int |
DEBUG
A message level providing highly detailed tracing information. |
static int |
ERROR
A message level indicating a serious problem. |
static int |
INFO
A message level for information messages. |
static int |
OFF
A special level that can be used to turn off logging. |
static int |
TRACE
A message level providing tracing information. |
static int |
WARNING
A message level indicating a potential problem. |
Constructor Summary | |
---|---|
LogLevel()
|
Method Summary | |
---|---|
static String |
toString(int level)
Returns the string representation of the specified \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 OFF
public static final int ERROR
public static final int WARNING
public static final int INFO
public static final int TRACE
public static final int DEBUG
public static final int ALL
Constructor Detail |
---|
public LogLevel()
Method Detail |
---|
public static String toString(int level)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |