public interface Logger
Modifier and Type | Method and Description |
---|---|
void |
debug(String msg,
Object... args) |
void |
debug(String msg,
String... args) |
void |
debug(String msg,
Throwable ex,
String... args) |
void |
error(String msg,
Object... args) |
void |
error(String msg,
String... args) |
void |
error(String msg,
Throwable ex,
String... args) |
void |
fatal(String msg,
String... args) |
void |
fatal(String msg,
Throwable ex,
String... args) |
void |
info(String msg,
String... args) |
void |
info(String msg,
Throwable ex,
String... args) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(String msg,
Object... args) |
void |
trace(String msg,
String... args) |
void |
trace(String msg,
Throwable ex,
String... args) |
void |
warn(String msg,
Object... args) |
void |
warn(String msg,
String... args) |
void |
warn(String msg,
Throwable ex,
String... args) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.