Class Logger

java.lang.Object
VASSAL.tools.logging.Logger

@Deprecated public class Logger extends Object
Deprecated.
Use Logger instead.
Since:
3.1.0
Author:
Joel Uckelman
  • Field Details

  • Method Details

    • log

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

      public static void log(Throwable thrown)
      Deprecated.
    • log

      public static void log(Throwable thrown, String message)
      Deprecated.
    • log

      public static void log(String message, int type)
      Deprecated.
    • log

      public static void log(Throwable thrown, int type)
      Deprecated.
    • log

      public static void log(Throwable thrown, String message, int type)
      Deprecated.
    • logAndWait

      public static Future<?> logAndWait(String message)
      Deprecated.
    • logAndWait

      public static Future<?> logAndWait(Throwable thrown)
      Deprecated.
    • logAndWait

      public static Future<?> logAndWait(Throwable thrown, String message)
      Deprecated.
    • logAndWait

      public static Future<?> logAndWait(String message, int type)
      Deprecated.
    • logAndWait

      public static Future<?> logAndWait(Throwable thrown, int type)
      Deprecated.
    • logAndWait

      public static Future<?> logAndWait(Throwable thrown, String message, int type)
      Deprecated.
    • enqueue

      public static Future<?> enqueue(LogEntry entry)
      Deprecated.
    • addLogListener

      public static void addLogListener(LogListener l)
      Deprecated.
    • removeLogListener

      public static void removeLogListener(LogListener l)
      Deprecated.
    • getLogListeners

      public static LogListener[] getLogListeners()
      Deprecated.