Class LogLevel
java.lang.Object
com.sun.messaging.jms.management.server.LogLevel
Class containing information on log levels
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Log level that will allow messages indicating problems that could cause system failure to be logged.static final String
Log level that will allow reporting of metrics and other informational messages to be logged.static final String
Turn off logging.static final String
Unknown log levelstatic final String
Log level that will allow alerts that should be heeded (but will not cause system failure) to be logged. -
Method Summary
-
Field Details
-
UNKNOWN
Unknown log level- See Also:
-
ERROR
Log level that will allow messages indicating problems that could cause system failure to be logged.- See Also:
-
WARNING
Log level that will allow alerts that should be heeded (but will not cause system failure) to be logged.- See Also:
-
INFO
Log level that will allow reporting of metrics and other informational messages to be logged.- See Also:
-
NONE
Turn off logging.- See Also:
-