Package VASSAL.tools.logging
Class Logger
java.lang.Object
VASSAL.tools.logging.Logger
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 3.1.0
- Author:
- Joel Uckelman
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated, for removal: This API element is subject to removal in a future version.static final intDeprecated, for removal: This API element is subject to removal in a future version.static final intDeprecated, for removal: This API element is subject to removal in a future version.static final intDeprecated, for removal: This API element is subject to removal in a future version.static final intDeprecated, for removal: This API element is subject to removal in a future version.static final intDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeprecated, 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 voidDeprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, 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<?> logAndWait(Throwable thrown) 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 voidDeprecated, for removal: This API element is subject to removal in a future version.
-
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:
-
-
Method Details
-
log
Deprecated, for removal: This API element is subject to removal in a future version. -
log
Deprecated, for removal: This API element is subject to removal in a future version. -
log
Deprecated, for removal: This API element is subject to removal in a future version. -
log
Deprecated, for removal: This API element is subject to removal in a future version. -
log
Deprecated, for removal: This API element is subject to removal in a future version. -
log
Deprecated, for removal: This API element is subject to removal in a future version. -
logAndWait
Deprecated, for removal: This API element is subject to removal in a future version. -
logAndWait
Deprecated, for removal: This API element is subject to removal in a future version. -
logAndWait
Deprecated, for removal: This API element is subject to removal in a future version. -
logAndWait
Deprecated, for removal: This API element is subject to removal in a future version. -
logAndWait
Deprecated, for removal: This API element is subject to removal in a future version. -
logAndWait
Deprecated, for removal: This API element is subject to removal in a future version. -
enqueue
Deprecated, for removal: This API element is subject to removal in a future version. -
addLogListener
Deprecated, for removal: This API element is subject to removal in a future version. -
removeLogListener
Deprecated, for removal: This API element is subject to removal in a future version. -
getLogListeners
Deprecated, for removal: This API element is subject to removal in a future version.
-
Loggerinstead.