All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
close() |
void |
debug(LogEvent logEvent) |
void |
debug(String message) |
void |
debug(String message,
Object... args) |
void |
debug(String message,
Throwable throwable) |
void |
error(LogEvent logEvent) |
void |
error(String message) |
void |
error(String message,
Object... args) |
void |
error(String message,
Throwable throwable) |
void |
info(LogEvent logEvent) |
void |
info(String message) |
void |
info(String message,
Object... args) |
void |
info(String message,
Throwable throwable) |
boolean |
isEnabled() |
String |
name() |
void |
trace(LogEvent logEvent) |
void |
trace(String message) |
void |
trace(String message,
Object... args) |
void |
trace(String message,
Throwable throwable) |
void |
warn(LogEvent logEvent) |
void |
warn(String message) |
void |
warn(String message,
Object... args) |
void |
warn(String message,
Throwable throwable) |