public class Logger extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Logger.LoggerDelegate |
static class |
Logger.LogLevel |
Modifier and Type | Method and Description |
---|---|
static void |
debug(String tag,
String message) |
static void |
error(String tag,
String message) |
static void |
error(String tag,
String message,
Throwable exception) |
static void |
info(String tag,
String message) |
static void |
resetLoggerDelegate() |
static void |
setLoggerDelegate(Logger.LoggerDelegate delegate) |
static void |
setLogLevel(Logger.LogLevel level) |
public static void resetLoggerDelegate()
public static void setLoggerDelegate(Logger.LoggerDelegate delegate)
public static void setLogLevel(Logger.LogLevel level)