Modifier and Type | Class and Description |
---|---|
static class |
Log.Logger |
Constructor and Description |
---|
Log() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(RuntimeException re) |
static void |
debug(String msg) |
static void |
debug(Throwable t) |
static void |
info(String msg) |
static boolean |
isDebug() |
static void |
setDebug(boolean debug) |
static void |
setLogger(Log.Logger l) |
static void |
verbose(String msg) |
static void |
verbose(Throwable t) |
public static void setLogger(Log.Logger l)
public static void info(String msg)
public static void verbose(String msg)
public static void verbose(Throwable t)
public static void debug(String msg)
public static void debug(RuntimeException re)
public static void debug(Throwable t)
public static boolean isDebug()
public static void setDebug(boolean debug)
Copyright © 2020. All rights reserved.