Class LogHelper

java.lang.Object
pro.gravit.utils.helper.LogHelper

@Deprecated public final class LogHelper extends Object
Deprecated.
  • Field Details

  • Method Details

    • addOutput

      public static void addOutput(LogHelper.OutputEnity output)
      Deprecated.
    • addExcCallback

      public static void addExcCallback(Consumer<Throwable> output)
      Deprecated.
    • addOutput

      public static void addOutput(LogHelper.Output output, LogHelper.OutputTypes type)
      Deprecated.
    • addOutput

      public static void addOutput(Path file) throws IOException
      Deprecated.
      Throws:
      IOException
    • addOutput

      public static void addOutput(Writer writer)
      Deprecated.
    • debug

      public static void debug(String message)
      Deprecated.
    • dev

      public static void dev(String message)
      Deprecated.
    • debug

      public static void debug(String format, Object... args)
      Deprecated.
    • dev

      public static void dev(String format, Object... args)
      Deprecated.
    • error

      public static void error(Throwable exc)
      Deprecated.
    • error

      public static void error(String message)
      Deprecated.
    • error

      public static void error(String format, Object... args)
      Deprecated.
    • info

      public static void info(String message)
      Deprecated.
    • info

      public static void info(String format, Object... args)
      Deprecated.
    • isDebugEnabled

      public static boolean isDebugEnabled()
      Deprecated.
    • setDebugEnabled

      public static void setDebugEnabled(boolean debugEnabled)
      Deprecated.
    • isStacktraceEnabled

      public static boolean isStacktraceEnabled()
      Deprecated.
    • setStacktraceEnabled

      public static void setStacktraceEnabled(boolean stacktraceEnabled)
      Deprecated.
    • isDevEnabled

      public static boolean isDevEnabled()
      Deprecated.
    • setDevEnabled

      public static void setDevEnabled(boolean stacktraceEnabled)
      Deprecated.
    • log

      public static void log(LogHelper.Level level, String message, boolean sub)
      Deprecated.
    • logJAnsi

      public static void logJAnsi(LogHelper.Level level, Supplier<String> plaintext, Supplier<String> jansitext, boolean sub)
      Deprecated.
    • printVersion

      public static void printVersion(String product)
      Deprecated.
    • printLicense

      public static void printLicense(String product)
      Deprecated.
    • removeOutput

      public static boolean removeOutput(LogHelper.OutputEnity output)
      Deprecated.
    • subDebug

      public static void subDebug(String message)
      Deprecated.
    • subDebug

      public static void subDebug(String format, Object... args)
      Deprecated.
    • subInfo

      public static void subInfo(String message)
      Deprecated.
    • subInfo

      public static void subInfo(String format, Object... args)
      Deprecated.
    • subWarning

      public static void subWarning(String message)
      Deprecated.
    • subWarning

      public static void subWarning(String format, Object... args)
      Deprecated.
    • toString

      public static String toString(Throwable exc)
      Deprecated.
    • warning

      public static void warning(String message)
      Deprecated.
    • warning

      public static void warning(String format, Object... args)
      Deprecated.