All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
debug(String format,
Object... arguments) |
static void |
debug(String msg,
Throwable e) |
static void |
error(String format,
Object... arguments) |
static void |
error(String msg,
Throwable e) |
static void |
info(String format,
Object... arguments) |
static void |
info(String msg,
Throwable e) |
static void |
trace(String format,
Object... arguments) |
static void |
trace(String msg,
Throwable e) |
static void |
warn(String format,
Object... arguments) |
static void |
warn(String msg,
Throwable e) |