Package VASSAL.tools.logging
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 Summary
Fields Modifier and Type Field Description static int
BUG
Deprecated.static int
DEBUG
Deprecated.static int
ERROR
Deprecated.String
message
Deprecated.static int
MESSAGE
Deprecated.int
pid
Deprecated.static int
SYSTEM
Deprecated.long
timestamp
Deprecated.String
trace
Deprecated.int
type
Deprecated.boolean
wait
Deprecated.static int
WARNING
Deprecated. -
Constructor Summary
-
Method Summary
-
Field Details
-
MESSAGE
public static final int MESSAGEDeprecated.- See Also:
- Constant Field Values
-
WARNING
public static final int WARNINGDeprecated.- See Also:
- Constant Field Values
-
ERROR
public static final int ERRORDeprecated.- See Also:
- Constant Field Values
-
BUG
public static final int BUGDeprecated.- See Also:
- Constant Field Values
-
DEBUG
public static final int DEBUGDeprecated.- See Also:
- Constant Field Values
-
SYSTEM
public static final int SYSTEMDeprecated.- See Also:
- Constant Field Values
-
timestamp
public final long timestampDeprecated. -
pid
public final int pidDeprecated. -
type
public final int typeDeprecated. -
message
Deprecated. -
trace
Deprecated. -
wait
public final boolean waitDeprecated.
-
-
Constructor Details
-
LogEntry
Deprecated. -
LogEntry
Deprecated.
-
-
Method Details