Enum LoggingLevel

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<LoggingLevel>

    public enum LoggingLevel
    extends java.lang.Enum<LoggingLevel>
    ENUM for ILogger Logging Level. Is used to declare what type off messages should be logged. Clients should normally use the predefined Level constants such as DEBUG.

    The levels in descending order are:

  • ERROR (highest value)
  • WARNING
  • INFO
  • DEBUG (lowest value)


  • In addition there is a level OFF that can be used to turn off logging.

Author:
Sass