| java.lang.Object org.slf4j.helpers.MarkerIgnoringBase org.slf4j.impl.JCLLoggerAdapter
Method Summary | |
public void | debug(String msg) Delegates to the
Log.debug(java.lang.Object) method of the underlying
Log instance. | public void | debug(String format, Object arg) Delegates to the
Log.debug(java.lang.Object) method of the underlying
Log instance. | public void | debug(String format, Object arg1, Object arg2) Delegates to the
Log.debug(java.lang.Object) method of the underlying
Log instance. | public void | debug(String format, Object[] argArray) Delegates to the
Log.debug(java.lang.Object) method of the underlying
Log instance. | public void | debug(String msg, Throwable t) Delegates to the
Log.debug(java.lang.Objectjava.lang.Throwable) method of
the underlying
Log instance. | public void | error(String msg) Delegates to the
Log.error(java.lang.Object) method of the underlying
Log instance. | public void | error(String format, Object arg) Delegates to the
Log.error(java.lang.Object) method of the underlying
Log instance. | public void | error(String format, Object arg1, Object arg2) Delegates to the
Log.error(java.lang.Object) method of the underlying
Log instance. | public void | error(String format, Object[] argArray) Delegates to the
Log.error(java.lang.Object) method of the underlying
Log instance. | public void | error(String msg, Throwable t) Delegates to the
Log.error(java.lang.Objectjava.lang.Throwable) method of
the underlying
Log instance. | public String | getName() | public void | info(String msg) Delegates to the
Log.debug(java.lang.Object) method of the underlying
Log instance. | public void | info(String format, Object arg) Delegates to the
Log.info(java.lang.Object) method of the underlying
Log instance. | public void | info(String format, Object arg1, Object arg2) Delegates to the
Log.info(java.lang.Object) method of the underlying
Log instance. | public void | info(String format, Object[] argArray) Delegates to the
Log.info(java.lang.Object) method of the underlying
Log instance. | public void | info(String msg, Throwable t) Delegates to the
Log.info(java.lang.Objectjava.lang.Throwable) method of
the underlying
Log instance. | public boolean | isDebugEnabled() Delegates to the
Log.isDebugEnabled method of the underlying
Log instance. | public boolean | isErrorEnabled() Delegates to the
Log.isErrorEnabled method of the underlying
Log instance. | public boolean | isInfoEnabled() Delegates to the
Log.isInfoEnabled method of the underlying
Log instance. | public boolean | isTraceEnabled() Delegates to the
Log.isTraceEnabled method of the underlying
Log instance. | public boolean | isWarnEnabled() Delegates to the
Log.isWarnEnabled method of the underlying
Log instance. | public void | trace(String msg) Delegates to the
Log.trace(java.lang.Object) method of the underlying
Log instance. | public void | trace(String format, Object arg) Delegates to the
Log.trace(java.lang.Object) method of the underlying
Log instance. | public void | trace(String format, Object arg1, Object arg2) Delegates to the
Log.trace(java.lang.Object) method of the underlying
Log instance. | public void | trace(String format, Object[] argArray) Delegates to the
Log.trace(java.lang.Object) method of the underlying
Log instance. | public void | trace(String msg, Throwable t) Delegates to the
Log.trace(java.lang.Objectjava.lang.Throwable) method of
the underlying
Log instance. | public void | warn(String msg) Delegates to the
Log.warn(java.lang.Object) method of the underlying
Log instance. | public void | warn(String format, Object arg) Delegates to the
Log.warn(java.lang.Object) method of the underlying
Log instance. | public void | warn(String format, Object arg1, Object arg2) Delegates to the
Log.warn(java.lang.Object) method of the underlying
Log instance. | public void | warn(String format, Object[] argArray) Delegates to the
Log.warn(java.lang.Object) method of the underlying
Log instance. | public void | warn(String msg, Throwable t) Delegates to the
Log.warn(java.lang.Objectjava.lang.Throwable) method of
the underlying
Log instance. |
debug | public void debug(String format, Object arg)(Code) | | Delegates to the
Log.debug(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level DEBUG.
Parameters: format - the format string Parameters: arg - the argument |
debug | public void debug(String format, Object arg1, Object arg2)(Code) | | Delegates to the
Log.debug(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level DEBUG.
Parameters: format - the format string Parameters: arg1 - the first argument Parameters: arg2 - the second argument |
debug | public void debug(String format, Object[] argArray)(Code) | | Delegates to the
Log.debug(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level DEBUG.
Parameters: format - the format string Parameters: argArray - an array of arguments |
error | public void error(String format, Object arg)(Code) | | Delegates to the
Log.error(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level ERROR.
Parameters: format - the format string Parameters: arg - the argument |
error | public void error(String format, Object arg1, Object arg2)(Code) | | Delegates to the
Log.error(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level ERROR.
Parameters: format - the format string Parameters: arg1 - the first argument Parameters: arg2 - the second argument |
error | public void error(String format, Object[] argArray)(Code) | | Delegates to the
Log.error(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level ERROR.
Parameters: format - the format string Parameters: argArray - an array of arguments |
info | public void info(String format, Object arg)(Code) | | Delegates to the
Log.info(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level INFO.
Parameters: format - the format string Parameters: arg - the argument |
info | public void info(String format, Object arg1, Object arg2)(Code) | | Delegates to the
Log.info(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level INFO.
Parameters: format - the format string Parameters: arg1 - the first argument Parameters: arg2 - the second argument |
info | public void info(String format, Object[] argArray)(Code) | | Delegates to the
Log.info(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level INFO.
Parameters: format - the format string Parameters: argArray - an array of arguments |
trace | public void trace(String format, Object arg)(Code) | | Delegates to the
Log.trace(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level TRACE.
Parameters: format - the format string Parameters: arg - the argument |
trace | public void trace(String format, Object arg1, Object arg2)(Code) | | Delegates to the
Log.trace(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level TRACE.
Parameters: format - the format string Parameters: arg1 - the first argument Parameters: arg2 - the second argument |
trace | public void trace(String format, Object[] argArray)(Code) | | Delegates to the
Log.trace(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level TRACE.
Parameters: format - the format string Parameters: argArray - an array of arguments |
warn | public void warn(String format, Object arg)(Code) | | Delegates to the
Log.warn(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level WARN.
Parameters: format - the format string Parameters: arg - the argument |
warn | public void warn(String format, Object arg1, Object arg2)(Code) | | Delegates to the
Log.warn(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level WARN.
Parameters: format - the format string Parameters: arg1 - the first argument Parameters: arg2 - the second argument |
warn | public void warn(String format, Object[] argArray)(Code) | | Delegates to the
Log.warn(java.lang.Object) method of the underlying
Log instance.
However, this form avoids superfluous object creation when the logger is disabled
for level WARN.
Parameters: format - the format string Parameters: argArray - an array of arguments |
Methods inherited from org.slf4j.helpers.MarkerIgnoringBase | public void debug(Marker marker, String msg)(Code)(Java Doc) public void debug(Marker marker, String format, Object arg)(Code)(Java Doc) public void debug(Marker marker, String format, Object arg1, Object arg2)(Code)(Java Doc) public void debug(Marker marker, String format, Object[] argArray)(Code)(Java Doc) public void debug(Marker marker, String msg, Throwable t)(Code)(Java Doc) public void error(Marker marker, String msg)(Code)(Java Doc) public void error(Marker marker, String format, Object arg)(Code)(Java Doc) public void error(Marker marker, String format, Object arg1, Object arg2)(Code)(Java Doc) public void error(Marker marker, String format, Object[] argArray)(Code)(Java Doc) public void error(Marker marker, String msg, Throwable t)(Code)(Java Doc) public void info(Marker marker, String msg)(Code)(Java Doc) public void info(Marker marker, String format, Object arg)(Code)(Java Doc) public void info(Marker marker, String format, Object arg1, Object arg2)(Code)(Java Doc) public void info(Marker marker, String format, Object[] argArray)(Code)(Java Doc) public void info(Marker marker, String msg, Throwable t)(Code)(Java Doc) public boolean isDebugEnabled(Marker marker)(Code)(Java Doc) public boolean isErrorEnabled(Marker marker)(Code)(Java Doc) public boolean isInfoEnabled(Marker marker)(Code)(Java Doc) public boolean isTraceEnabled(Marker marker)(Code)(Java Doc) public boolean isWarnEnabled(Marker marker)(Code)(Java Doc) public String toString()(Code)(Java Doc) public void trace(Marker marker, String msg)(Code)(Java Doc) public void trace(Marker marker, String format, Object arg)(Code)(Java Doc) public void trace(Marker marker, String format, Object arg1, Object arg2)(Code)(Java Doc) public void trace(Marker marker, String format, Object[] argArray)(Code)(Java Doc) public void trace(Marker marker, String msg, Throwable t)(Code)(Java Doc) public void warn(Marker marker, String msg)(Code)(Java Doc) public void warn(Marker marker, String format, Object arg)(Code)(Java Doc) public void warn(Marker marker, String format, Object arg1, Object arg2)(Code)(Java Doc) public void warn(Marker marker, String format, Object[] argArray)(Code)(Java Doc) public void warn(Marker marker, String msg, Throwable t)(Code)(Java Doc)
|
|
|