All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
config(String tag,
String msg) |
static void |
config(String msg,
String tag,
Throwable throwable) |
static void |
config(String tag,
Throwable throwable) |
static void |
debug(String tag,
String msg) |
static void |
debug(String msg,
String tag,
Throwable throwable) |
static void |
debug(String tag,
Throwable throwable) |
static void |
error(String tag,
String msg) |
static void |
error(String msg,
String tag,
Throwable throwable) |
static void |
error(String tag,
Throwable throwable) |
static void |
fine(String tag,
String msg) |
static void |
fine(String msg,
String tag,
Throwable throwable) |
static void |
fine(String tag,
Throwable throwable) |
static void |
finer(String tag,
String msg) |
static void |
finer(String msg,
String tag,
Throwable throwable) |
static void |
finer(String tag,
Throwable throwable) |
static void |
finest(String tag,
String msg) |
static void |
finest(String msg,
String tag,
Throwable throwable) |
static void |
finest(String tag,
Throwable throwable) |
static Level |
getLevel() |
static void |
info(String tag,
String msg) |
static void |
info(String msg,
String tag,
Throwable throwable) |
static void |
info(String tag,
Throwable throwable) |
static void |
log(Level level,
String tag,
String msg) |
static void |
log(Level level,
String tag,
String msg,
Throwable thrown) |
static void |
log(Level level,
String tag,
Throwable throwable) |
static void |
registerLogger(Handler handler) |
static void |
setLevel(Level level) |
static void |
severe(String tag,
String msg) |
static void |
severe(String msg,
String tag,
Throwable throwable) |
static void |
severe(String tag,
Throwable throwable) |
static void |
trace(String tag,
String msg) |
static void |
trace(String msg,
String tag,
Throwable throwable) |
static void |
trace(String tag,
Throwable throwable) |
static void |
warn(String tag,
String msg) |
static void |
warn(String msg,
String tag,
Throwable throwable) |
static void |
warn(String tag,
Throwable throwable) |
static void |
warning(String tag,
String msg) |
static void |
warning(String msg,
String tag,
Throwable throwable) |
static void |
warning(String tag,
Throwable throwable) |