public final class Debug extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Debug.LogLevel |
Modifier and Type | Field and Description |
---|---|
static boolean |
PRINT_CHARACTER_RANGE_TABLE |
Modifier and Type | Method and Description |
---|---|
static void |
allow(Debug.LogLevel level) |
static void |
appendInfo(String str) |
static void |
debug(String str) |
static void |
debug(String str,
Object... obj) |
static void |
debug(Throwable t) |
static void |
error(String str) |
static void |
error(String str,
Object... obj) |
static void |
error(Throwable t) |
static void |
fullLogging() |
static PrintStream |
getStream(Debug.LogLevel level) |
static void |
ignore(Debug.LogLevel level) |
static void |
info(String str) |
static void |
info(String str,
Object... obj) |
static void |
info(Throwable t) |
static void |
logTime() |
static void |
noLogging() |
static void |
setLogFile(String file) |
static void |
setMinLogLevel(Debug.LogLevel level)
Set to log all events with the given or higher priority
|
static void |
warn(String str) |
static void |
warn(String str,
Object... obj) |
static void |
warn(Throwable t) |
public static final boolean PRINT_CHARACTER_RANGE_TABLE
public static void setLogFile(String file) throws FileNotFoundException
FileNotFoundException
public static void setMinLogLevel(Debug.LogLevel level)
level
- public static void noLogging()
public static void fullLogging()
public static void error(String str)
public static void warn(String str)
public static void logTime()
public static void info(String str)
public static void appendInfo(String str)
public static void debug(String str)
public static void error(Throwable t)
public static void warn(Throwable t)
public static void info(Throwable t)
public static void debug(Throwable t)
public static void allow(Debug.LogLevel level)
public static void ignore(Debug.LogLevel level)
public static PrintStream getStream(Debug.LogLevel level)