All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
debug(String message) |
void |
debug(String format,
Object... args) |
void |
debug(String message,
Throwable exception) |
void |
debug(Throwable exception) |
void |
error(String message) |
void |
error(String format,
Object... args) |
void |
error(String message,
Throwable exception) |
void |
error(Throwable exception) |
void |
fatal(String message) |
void |
fatal(String format,
Object... args) |
void |
fatal(String message,
Throwable exception) |
void |
fatal(Throwable exception) |
void |
info(String message) |
void |
info(String format,
Object... args) |
void |
info(String message,
Throwable exception) |
void |
info(Throwable exception) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
warn(String message) |
void |
warn(String format,
Object... args) |
void |
warn(String message,
Throwable exception) |
void |
warn(Throwable exception) |