Class Level


  • public final class Level
    extends Object
    Class to represent Logger levels
    • Field Detail

      • ERROR

        public static final Level ERROR
      • WARN

        public static final Level WARN
      • INFO

        public static final Level INFO
      • DEBUG

        public static final Level DEBUG
      • TRACE

        public static final Level TRACE
      • ALL

        public static final Level ALL
    • Method Detail

      • toInt

        public int toInt()
        Method to get the Level as an int
        Returns:
        the return value
      • toString

        public String toString()
        Method to get the Level string
        Overrides:
        toString in class Object
        Returns:
        the return value