public interface Log
Modifier and Type | Method and Description |
---|---|
void |
debug(Object msg) |
void |
debug(Object msg,
Throwable t) |
void |
debug(Throwable t) |
void |
error(Object msg) |
void |
error(Object msg,
Throwable t) |
void |
error(Throwable t) |
void |
fatal(Object msg) |
void |
fatal(Object msg,
Throwable t) |
void |
fatal(Throwable t) |
void |
info(Object msg) |
void |
info(Object msg,
Throwable t) |
void |
info(Throwable t) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
setLogWrapperClassName(String className) |
void |
trace(Object msg) |
void |
trace(Object msg,
Throwable t) |
void |
trace(Throwable t) |
void |
warn(Object msg) |
void |
warn(Object msg,
Throwable t) |
void |
warn(Throwable t) |
void debug(Object msg)
void debug(Object msg, Throwable t)
void debug(Throwable t)
void error(Object msg)
void error(Object msg, Throwable t)
void error(Throwable t)
void fatal(Object msg)
void fatal(Object msg, Throwable t)
void fatal(Throwable t)
void info(Object msg)
void info(Object msg, Throwable t)
void info(Throwable t)
boolean isDebugEnabled()
boolean isErrorEnabled()
boolean isFatalEnabled()
boolean isInfoEnabled()
boolean isTraceEnabled()
boolean isWarnEnabled()
void setLogWrapperClassName(String className)
void trace(Object msg)
void trace(Object msg, Throwable t)
void trace(Throwable t)
void warn(Object msg)
void warn(Object msg, Throwable t)
void warn(Throwable t)