Package VASSAL.tools.logging
Class Logger
java.lang.Object
VASSAL.tools.logging.Logger
@Deprecated public class Logger extends Object
Deprecated.
- Since:
- 3.1.0
- Author:
- Joel Uckelman
-
Field Summary
-
Method Summary
Modifier and Type Method Description static void
addLogListener(LogListener l)
Deprecated.static Future<?>
enqueue(LogEntry entry)
Deprecated.static LogListener[]
getLogListeners()
Deprecated.static void
log(String message)
Deprecated.static void
log(String message, int type)
Deprecated.static void
log(Throwable thrown)
Deprecated.static void
log(Throwable thrown, int type)
Deprecated.static void
log(Throwable thrown, String message)
Deprecated.static void
log(Throwable thrown, String message, int type)
Deprecated.static Future<?>
logAndWait(String message)
Deprecated.static Future<?>
logAndWait(String message, int type)
Deprecated.static Future<?>
logAndWait(Throwable thrown)
Deprecated.static Future<?>
logAndWait(Throwable thrown, int type)
Deprecated.static Future<?>
logAndWait(Throwable thrown, String message)
Deprecated.static Future<?>
logAndWait(Throwable thrown, String message, int type)
Deprecated.static void
removeLogListener(LogListener l)
Deprecated.
-
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
-
-
Method Details
-
log
Deprecated. -
log
Deprecated. -
log
Deprecated. -
log
Deprecated. -
log
Deprecated. -
log
Deprecated. -
logAndWait
Deprecated. -
logAndWait
Deprecated. -
logAndWait
Deprecated. -
logAndWait
Deprecated. -
logAndWait
Deprecated. -
logAndWait
Deprecated. -
enqueue
Deprecated. -
addLogListener
Deprecated. -
removeLogListener
Deprecated. -
getLogListeners
Deprecated.
-
Logger
instead.