All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
debug(String format,
Object... args) |
void |
debug(String message,
Throwable t) |
void |
error(String format,
Object... args) |
void |
error(String message,
Throwable t) |
void |
info(String format,
Object... args) |
void |
info(String message,
Throwable t) |
boolean |
isDebugEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
void |
trace(String format,
Object... args) |
void |
trace(String message,
Throwable t) |
void |
warn(String format,
Object... args) |
void |
warn(String message,
Throwable t) |