Class LogLevel
java.lang.Object
com.sun.messaging.jms.management.server.LogLevel
Class containing information on log levels
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringLog level that will allow messages indicating problems that could cause system failure to be logged.static final StringLog level that will allow reporting of metrics and other informational messages to be logged.static final StringTurn off logging.static final StringUnknown log levelstatic final StringLog level that will allow alerts that should be heeded (but will not cause system failure) to be logged.
- 
Method Summary
- 
Field Details- 
UNKNOWNUnknown log level- See Also:
 
- 
ERRORLog level that will allow messages indicating problems that could cause system failure to be logged.- See Also:
 
- 
WARNINGLog level that will allow alerts that should be heeded (but will not cause system failure) to be logged.- See Also:
 
- 
INFOLog level that will allow reporting of metrics and other informational messages to be logged.- See Also:
 
- 
NONETurn off logging.- See Also:
 
 
-