Class KProblem.LogLevel

  • Enclosing class:
    KProblem

    public static final class KProblem.LogLevel
    extends java.lang.Object
    Ouput log level
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int HIGH
      Display all information
      static int INTERNALDEBUG
      Display all information (including internal debug information)
      static int LOW
      Display errors and basic search information
      static int MEDIUM
      Display errors, warnings and detailed search information
      static int NONE
      Display no information, except requested by user (e.g.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogLevel()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NONE

        public static final int NONE
        Display no information, except requested by user (e.g. call to print() method)
        See Also:
        Constant Field Values
      • LOW

        public static final int LOW
        Display errors and basic search information
        See Also:
        Constant Field Values
      • MEDIUM

        public static final int MEDIUM
        Display errors, warnings and detailed search information
        See Also:
        Constant Field Values
      • INTERNALDEBUG

        public static final int INTERNALDEBUG
        Display all information (including internal debug information)
        See Also:
        Constant Field Values
    • Constructor Detail

      • LogLevel

        public LogLevel()