private static final class Slf4jLoggerFactory.Slf4jLoggerEx extends java.lang.Object implements Logger
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
FQCN |
private org.slf4j.spi.LocationAwareLogger |
logger |
| Constructor and Description |
|---|
Slf4jLoggerEx(org.slf4j.spi.LocationAwareLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(java.lang.String msg)
Emits the specified message.
|
void |
debug(java.lang.String msg,
java.lang.Throwable error)
Emits the specified message along with a stack trace of the given exception.
|
boolean |
isDebugEnabled()
Indicates whether debug logging is enabled.
|
boolean |
isWarnEnabled()
Indicates whether warn logging is enabled.
|
void |
warn(java.lang.String msg)
Emits the specified message.
|
void |
warn(java.lang.String msg,
java.lang.Throwable error)
Emits the specified message along with a stack trace of the given exception.
|
private static final java.lang.String FQCN
private final org.slf4j.spi.LocationAwareLogger logger
public boolean isDebugEnabled()
LoggerisDebugEnabled in interface Loggertrue if debug logging is enabled, false otherwise.public void debug(java.lang.String msg)
Loggerpublic void debug(java.lang.String msg,
java.lang.Throwable error)
Loggerpublic boolean isWarnEnabled()
LoggerisWarnEnabled in interface Loggertrue if warn logging is enabled, false otherwise.public void warn(java.lang.String msg)
Loggerpublic void warn(java.lang.String msg,
java.lang.Throwable error)
Logger