public interface Logger
Modifier and Type | Method and Description |
---|---|
void |
debug(Object o) |
void |
debug(Object o,
Throwable throwable) |
void |
error(Object o) |
void |
error(Object o,
Throwable throwable) |
void |
fatal(Object o) |
void |
fatal(Object o,
Throwable throwable) |
void |
info(Object o) |
void |
info(Object o,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(Object o) |
void |
trace(Object o,
Throwable throwable) |
void |
warn(Object o) |
void |
warn(Object o,
Throwable throwable) |
boolean isDebugEnabled()
boolean isErrorEnabled()
boolean isFatalEnabled()
boolean isInfoEnabled()
boolean isTraceEnabled()
boolean isWarnEnabled()
void trace(Object o)
void debug(Object o)
void info(Object o)
void warn(Object o)
void error(Object o)
void fatal(Object o)
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.