Enum Class DebugLevel

java.lang.Object
java.lang.Enum<DebugLevel>
za.co.wethinkcode.robots.cli.DebugLevel
All Implemented Interfaces:
Serializable, Comparable<DebugLevel>, Constable

public enum DebugLevel extends Enum<DebugLevel>
Explicitly set the debug level of the renderer
  • Enum Constant Details

    • OFF

      public static final DebugLevel OFF
      No Debug logs
    • ON

      public static final DebugLevel ON
      All Debug logs
    • ERR

      public static final DebugLevel ERR
      Only Error logs
  • Method Details

    • values

      public static DebugLevel[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DebugLevel valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getHelp

      public HelpStruct getHelp()