Package VASSAL.tools.logging
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
Modifier and TypeFieldDescriptionstatic 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
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
MESSAGE
public static final int MESSAGEDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
WARNING
public static final int WARNINGDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
ERROR
public static final int ERRORDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
BUG
public static final int BUGDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
DEBUG
public static final int DEBUGDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
SYSTEM
public static final int SYSTEMDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
timestamp
public final long timestampDeprecated, for removal: This API element is subject to removal in a future version. -
type
public final int typeDeprecated, for removal: This API element is subject to removal in a future version. -
message
Deprecated, for removal: This API element is subject to removal in a future version. -
trace
Deprecated, for removal: This API element is subject to removal in a future version. -
wait
public final boolean waitDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
LogEntry
-
LogEntry
-
-
Method Details
-
toString
-