public class Log
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Log.Logger |
Modifier and Type | Field and Description |
---|---|
private static boolean |
debug |
private static Log.Logger |
delegate |
Constructor and Description |
---|
Log() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(java.lang.RuntimeException re) |
static void |
debug(java.lang.String msg) |
static void |
debug(java.lang.Throwable t) |
static void |
info(java.lang.String msg) |
static boolean |
isDebug() |
static void |
setDebug(boolean debug) |
static void |
setLogger(Log.Logger l) |
static void |
verbose(java.lang.String msg) |
static void |
verbose(java.lang.Throwable t) |
private static Log.Logger delegate
private static boolean debug
public static void setLogger(Log.Logger l)
public static void info(java.lang.String msg)
public static void verbose(java.lang.String msg)
public static void verbose(java.lang.Throwable t)
public static void debug(java.lang.String msg)
public static void debug(java.lang.RuntimeException re)
public static void debug(java.lang.Throwable t)
public static boolean isDebug()
public static void setDebug(boolean debug)