|
Message Queue, v4.5.1 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.messaging.jms.management.server.LogLevel
public class LogLevel
Class containing information on log levels
Field Summary | |
---|---|
static String |
ERROR
Log level that will allow messages indicating problems that could cause system failure to be logged. |
static String |
INFO
Log level that will allow reporting of metrics and other informational messages to be logged. |
static String |
NONE
Turn off logging. |
static String |
UNKNOWN
Unknown log level |
static String |
WARNING
Log level that will allow alerts that should be heeded (but will not cause system failure) to be logged. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String UNKNOWN
public static final String ERROR
public static final String WARNING
public static final String INFO
public static final String NONE
|
Message Queue, v4.5.1 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |