| Constructor and Description |
|---|
NullLogger() |
| 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.
|
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