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
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.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. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated, 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 void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, 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 void
Deprecated, 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
-
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
-
logAndWait
-
logAndWait
-
logAndWait
-
logAndWait
-
logAndWait
-
logAndWait
-
enqueue
-
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.
-
Logger
instead.