Class LogEntry

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

@Deprecated(since="2021-12-01", forRemoval=true) public class LogEntry extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Since:
3.1.0
Author:
Joel Uckelman
See Also:
  • 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.
     
    final String
    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.
     
    final long
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    final boolean
    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.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    LogEntry(int type, Throwable thrown, String message, boolean wait)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    LogEntry(long timestamp, int type, Throwable thrown, String message, boolean wait)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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, 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:
    • timestamp

      public final long timestamp
      Deprecated, for removal: This API element is subject to removal in a future version.
    • type

      public final int type
      Deprecated, for removal: This API element is subject to removal in a future version.
    • message

      public final String message
      Deprecated, for removal: This API element is subject to removal in a future version.
    • trace

      public final String trace
      Deprecated, for removal: This API element is subject to removal in a future version.
    • wait

      public final boolean wait
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • LogEntry

      public LogEntry(int type, Throwable thrown, String message, boolean wait)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • LogEntry

      public LogEntry(long timestamp, int type, Throwable thrown, String message, boolean wait)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object