All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
debug(Object message) |
void |
debug(String string,
Exception e) |
void |
debugf(String format,
Object... object) |
void |
debugLazy(Object message) |
void |
error(Object object) |
void |
error(String string,
Exception e) |
void |
errorf(String format,
Object object) |
void |
fatal(Object object) |
void |
fatal(String string,
Exception e) |
void |
fatal(String format,
Object object) |
static Logger |
getLogger(String string) |
void |
info(Object object) |
void |
info(String string,
Exception e) |
void |
info(String format,
Object object) |
void |
trace(Object message) |
void |
trace(String string,
Exception e) |
void |
tracef(String format,
Object object) |
void |
warn(Object object) |
void |
warn(String string,
Exception e) |
void |
warnf(String format,
Object object) |