All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
debug(org.slf4j.Marker marker,
String msg,
Object... args) |
void |
debug(String msg,
Object... args) |
void |
debug(Supplier<String> msg) |
void |
debug(Supplier<String> msg,
Throwable t) |
void |
error(String msg,
Object... args) |
void |
error(Supplier<String> msg) |
void |
error(Supplier<String> msg,
Throwable t) |
void |
info(String msg,
Object... args) |
void |
info(Supplier<String> msg) |
void |
info(Supplier<String> msg,
Throwable t) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
static LoggerUtil |
loggerFor(Class<?> clz) |
static LoggerUtil |
loggerFor(String name) |
void |
trace(String msg,
Object... args) |
void |
trace(Supplier<String> msg) |
void |
trace(Supplier<String> msg,
Throwable t) |
void |
warn(String msg,
Object... args) |
void |
warn(Supplier<String> msg) |
void |
warn(Supplier<String> msg,
Throwable t) |