Class Debug


  • public final class Debug
    extends Object
    • Field Detail

      • PRINT_CHARACTER_RANGE_TABLE

        public static final boolean PRINT_CHARACTER_RANGE_TABLE
        See Also:
        Constant Field Values
    • Method Detail

      • setMinLogLevel

        public static void setMinLogLevel​(Debug.LogLevel level)
        Set to log all events with the given or higher priority
        Parameters:
        level -
      • noLogging

        public static void noLogging()
      • fullLogging

        public static void fullLogging()
      • error

        public static void error​(String str,
                                 Object... obj)
      • warn

        public static void warn​(String str,
                                Object... obj)
      • info

        public static void info​(String str,
                                Object... obj)
      • debug

        public static void debug​(String str,
                                 Object... obj)
      • error

        public static void error​(String str)
      • warn

        public static void warn​(String str)
      • logTime

        public static void logTime()
      • info

        public static void info​(String str)
      • appendInfo

        public static void appendInfo​(String str)
      • debug

        public static void debug​(String str)
      • error

        public static void error​(Throwable t)
      • warn

        public static void warn​(Throwable t)
      • info

        public static void info​(Throwable t)
      • debug

        public static void debug​(Throwable t)