java.lang.Object
org.antublue.test.engine.internal.logger.Level

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

    • 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 Details

    • 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