
@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public final class Slf4JLogger extends Object implements Logger, Listener
| Constructor and Description |
|---|
Slf4JLogger()
Creates a new
Slf4JLogger instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message) |
void |
debug(String message,
Throwable throwable) |
void |
debug(Throwable throwable) |
void |
error(String message) |
void |
error(String message,
Throwable throwable) |
void |
error(Throwable throwable) |
void |
fatal(String message) |
void |
fatal(String message,
Throwable throwable) |
void |
fatal(Throwable throwable) |
Logger |
getLogger()
Gets the Slf4J logger backing the instance.
|
String |
getName()
Gets the value of the
<name> property. |
void |
info(String message) |
void |
info(String message,
Throwable throwable) |
void |
info(Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
onLog(Level level,
String message,
Throwable throwable) |
void |
trace(String message) |
void |
trace(String message,
Throwable throwable) |
void |
trace(Throwable throwable) |
void |
warn(String message) |
void |
warn(String message,
Throwable throwable) |
void |
warn(Throwable throwable) |
@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public Slf4JLogger()
Slf4JLogger instance.public boolean isDebugEnabled()
isDebugEnabled in interface Loggerpublic boolean isErrorEnabled()
isErrorEnabled in interface Loggerpublic boolean isFatalEnabled()
isFatalEnabled in interface Loggerpublic boolean isInfoEnabled()
isInfoEnabled in interface Loggerpublic boolean isTraceEnabled()
isTraceEnabled in interface Loggerpublic boolean isWarnEnabled()
isWarnEnabled in interface Loggerpublic Logger getLogger()
getName(),
LoggerFactory.getLogger(java.lang.String)@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public String getName()
<name> property.
ObjectManagementException - if getting the property instance fails.Copyright © 2005-2013 The JOMC Project. All Rights Reserved.