Class Logger

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

@Deprecated(since="2021-12-01", forRemoval=true) public class Logger extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use Logger instead.
Since:
3.1.0
Author:
Joel Uckelman
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static Future<?>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static LogListener[]
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    log(String message)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    log(String message, int type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    log(Throwable thrown)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    log(Throwable thrown, int type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    log(Throwable thrown, String message)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    log(Throwable thrown, String message, int type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static Future<?>
    logAndWait(String message)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static Future<?>
    logAndWait(String message, int type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static Future<?>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static Future<?>
    logAndWait(Throwable thrown, int type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static Future<?>
    logAndWait(Throwable thrown, String message)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static Future<?>
    logAndWait(Throwable thrown, String message, int type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • MESSAGE

      public static final int MESSAGE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • WARNING

      public static final int WARNING
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • ERROR

      public static final int ERROR
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • BUG

      public static final int BUG
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • DEBUG

      public static final int DEBUG
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • SYSTEM

      public static final int SYSTEM
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Method Details

    • log

      public static void log(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • log

      public static void log(Throwable thrown)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • log

      public static void log(Throwable thrown, String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • log

      public static void log(String message, int type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • log

      public static void log(Throwable thrown, int type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • log

      public static void log(Throwable thrown, String message, int type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • logAndWait

      public static Future<?> logAndWait(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • logAndWait

      public static Future<?> logAndWait(Throwable thrown)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • logAndWait

      public static Future<?> logAndWait(Throwable thrown, String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • logAndWait

      public static Future<?> logAndWait(String message, int type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • logAndWait

      public static Future<?> logAndWait(Throwable thrown, int type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • logAndWait

      public static Future<?> logAndWait(Throwable thrown, String message, int type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • enqueue

      public static Future<?> enqueue(LogEntry entry)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • addLogListener

      public static void addLogListener(LogListener l)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • removeLogListener

      public static void removeLogListener(LogListener l)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLogListeners

      public static LogListener[] getLogListeners()
      Deprecated, for removal: This API element is subject to removal in a future version.