Class LogLevel

java.lang.Object
com.sun.messaging.jms.management.server.LogLevel

public class LogLevel extends Object
Class containing information on log levels
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 level
    static final String
    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 Details

    • UNKNOWN

      public static final String UNKNOWN
      Unknown log level
      See Also:
    • ERROR

      public static final String ERROR
      Log level that will allow messages indicating problems that could cause system failure to be logged.
      See Also:
    • WARNING

      public static final String WARNING
      Log level that will allow alerts that should be heeded (but will not cause system failure) to be logged.
      See Also:
    • INFO

      public static final String INFO
      Log level that will allow reporting of metrics and other informational messages to be logged.
      See Also:
    • NONE

      public static final String NONE
      Turn off logging.
      See Also: