Class Log

java.lang.Object
jline.internal.Log

public final class Log extends Object
Internal logger.
Since:
2.0
  • Field Details

    • TRACE

      public static final boolean TRACE
    • DEBUG

      public static final boolean DEBUG
    • output

      private static PrintStream output
    • useJul

      private static boolean useJul
  • Constructor Details

    • Log

      public Log()
  • Method Details

    • getOutput

      public static PrintStream getOutput()
    • setOutput

      public static void setOutput(PrintStream out)
    • render

      @TestAccessible static void render(PrintStream out, Object message)
      Helper to support rendering messages.
    • log

      @TestAccessible static void log(Log.Level level, Object... messages)
    • logWithJul

      static void logWithJul(Log.Level level, Object... messages)
    • toJulLevel

      private static Level toJulLevel(Log.Level level)
    • trace

      public static void trace(Object... messages)
    • debug

      public static void debug(Object... messages)
    • info

      public static void info(Object... messages)
      Since:
      2.7
    • warn

      public static void warn(Object... messages)
    • error

      public static void error(Object... messages)