Class LogEntry

java.lang.Object
VASSAL.tools.logging.LogEntry
All Implemented Interfaces:
Serializable

@Deprecated public class LogEntry extends Object implements Serializable
Deprecated.
Since:
3.1.0
Author:
Joel Uckelman
See Also:
Serialized Form
  • Field Details

    • MESSAGE

      public static final int MESSAGE
      Deprecated.
      See Also:
      Constant Field Values
    • WARNING

      public static final int WARNING
      Deprecated.
      See Also:
      Constant Field Values
    • ERROR

      public static final int ERROR
      Deprecated.
      See Also:
      Constant Field Values
    • BUG

      public static final int BUG
      Deprecated.
      See Also:
      Constant Field Values
    • DEBUG

      public static final int DEBUG
      Deprecated.
      See Also:
      Constant Field Values
    • SYSTEM

      public static final int SYSTEM
      Deprecated.
      See Also:
      Constant Field Values
    • timestamp

      public final long timestamp
      Deprecated.
    • type

      public final int type
      Deprecated.
    • message

      public final String message
      Deprecated.
    • trace

      public final String trace
      Deprecated.
    • wait

      public final boolean wait
      Deprecated.
  • Constructor Details

    • LogEntry

      public LogEntry(int type, Throwable thrown, String message, boolean wait)
      Deprecated.
    • LogEntry

      public LogEntry(long timestamp, int type, Throwable thrown, String message, boolean wait)
      Deprecated.
  • Method Details