| Modifier and Type | Method and Description |
|---|---|
T |
debug(org.slf4j.Marker marker,
String msg)
Log a message with the specific Marker at the DEBUG level.
|
T |
debug(org.slf4j.Marker marker,
String format,
Object... arguments)
This method is similar to
debug(String, Object...) |
T |
debug(org.slf4j.Marker marker,
String format,
Object arg)
This method is similar to
debug(String, Object) method except that the
marker data is also taken into consideration. |
T |
debug(org.slf4j.Marker marker,
String format,
Object arg1,
Object arg2)
This method is similar to
debug(String, Object, Object)
method except that the marker data is also taken into
consideration. |
T |
debug(org.slf4j.Marker marker,
String msg,
Throwable t)
This method is similar to
debug(String, Throwable) method except that the
marker data is also taken into consideration. |
T |
debug(String msg)
Log a message at the DEBUG level.
|
T |
debug(String format,
Object... arguments)
Log a message at the DEBUG level according to the specified format
and arguments.
|
T |
debug(String format,
Object arg)
Log a message at the DEBUG level according to the specified format
and argument.
|
T |
debug(String format,
Object arg1,
Object arg2)
Log a message at the DEBUG level according to the specified format
and arguments.
|
T |
debug(String msg,
Throwable t)
Log an exception (throwable) at the DEBUG level with an
accompanying message.
|
T |
error(org.slf4j.Marker marker,
String msg)
Log a message with the specific Marker at the ERROR level.
|
T |
error(org.slf4j.Marker marker,
String format,
Object... arguments)
This method is similar to
error(String, Object...) |
T |
error(org.slf4j.Marker marker,
String format,
Object arg)
This method is similar to
error(String, Object) method except that the
marker data is also taken into consideration. |
T |
error(org.slf4j.Marker marker,
String format,
Object arg1,
Object arg2)
This method is similar to
error(String, Object, Object)
method except that the marker data is also taken into
consideration. |
T |
error(org.slf4j.Marker marker,
String msg,
Throwable t)
This method is similar to
error(String, Throwable)
method except that the marker data is also taken into
consideration. |
T |
error(String msg)
Log a message at the ERROR level.
|
T |
error(String format,
Object... arguments)
Log a message at the ERROR level according to the specified format
and arguments.
|
T |
error(String format,
Object arg)
Log a message at the ERROR level according to the specified format
and argument.
|
T |
error(String format,
Object arg1,
Object arg2)
Log a message at the ERROR level according to the specified format
and arguments.
|
T |
error(String msg,
Throwable t)
Log an exception (throwable) at the ERROR level with an
accompanying message.
|
T |
info(org.slf4j.Marker marker,
String msg)
Log a message with the specific Marker at the INFO level.
|
T |
info(org.slf4j.Marker marker,
String format,
Object... arguments)
This method is similar to
info(String, Object...) |
T |
info(org.slf4j.Marker marker,
String format,
Object arg)
This method is similar to
info(String, Object) method except that the
marker data is also taken into consideration. |
T |
info(org.slf4j.Marker marker,
String format,
Object arg1,
Object arg2)
This method is similar to
info(String, Object, Object)
method except that the marker data is also taken into
consideration. |
T |
info(org.slf4j.Marker marker,
String msg,
Throwable t)
This method is similar to
info(String, Throwable) method
except that the marker data is also taken into consideration. |
T |
info(String msg)
Log a message at the INFO level.
|
T |
info(String format,
Object... arguments)
Log a message at the INFO level according to the specified format
and arguments.
|
T |
info(String format,
Object arg)
Log a message at the INFO level according to the specified format
and argument.
|
T |
info(String format,
Object arg1,
Object arg2)
Log a message at the INFO level according to the specified format
and arguments.
|
T |
info(String msg,
Throwable t)
Log an exception (throwable) at the INFO level with an
accompanying message.
|
T |
trace(org.slf4j.Marker marker,
String msg)
Log a message with the specific Marker at the TRACE level.
|
T |
trace(org.slf4j.Marker marker,
String format,
Object... argArray)
This method is similar to
trace(String, Object...) |
T |
trace(org.slf4j.Marker marker,
String format,
Object arg)
This method is similar to
trace(String, Object) method except that the
marker data is also taken into consideration. |
T |
trace(org.slf4j.Marker marker,
String format,
Object arg1,
Object arg2)
This method is similar to
trace(String, Object, Object)
method except that the marker data is also taken into
consideration. |
T |
trace(org.slf4j.Marker marker,
String msg,
Throwable t)
This method is similar to
trace(String, Throwable) method except that the
marker data is also taken into consideration. |
T |
trace(String msg)
Log a message at the TRACE level.
|
T |
trace(String format,
Object... arguments)
Log a message at the TRACE level according to the specified format
and arguments.
|
T |
trace(String format,
Object arg)
Log a message at the TRACE level according to the specified format
and argument.
|
T |
trace(String format,
Object arg1,
Object arg2)
Log a message at the TRACE level according to the specified format
and arguments.
|
T |
trace(String msg,
Throwable t)
Log an exception (throwable) at the TRACE level with an
accompanying message.
|
T |
warn(org.slf4j.Marker marker,
String msg)
Log a message with the specific Marker at the WARN level.
|
T |
warn(org.slf4j.Marker marker,
String format,
Object... arguments)
This method is similar to
warn(String, Object...) |
T |
warn(org.slf4j.Marker marker,
String format,
Object arg)
This method is similar to
warn(String, Object) method except that the
marker data is also taken into consideration. |
T |
warn(org.slf4j.Marker marker,
String format,
Object arg1,
Object arg2)
This method is similar to
warn(String, Object, Object)
method except that the marker data is also taken into
consideration. |
T |
warn(org.slf4j.Marker marker,
String msg,
Throwable t)
This method is similar to
warn(String, Throwable) method
except that the marker data is also taken into consideration. |
T |
warn(String msg)
Log a message at the WARN level.
|
T |
warn(String format,
Object... arguments)
Log a message at the WARN level according to the specified format
and arguments.
|
T |
warn(String format,
Object arg)
Log a message at the WARN level according to the specified format
and argument.
|
T |
warn(String format,
Object arg1,
Object arg2)
Log a message at the WARN level according to the specified format
and arguments.
|
T |
warn(String msg,
Throwable t)
Log an exception (throwable) at the WARN level with an
accompanying message.
|
public T trace(String msg)
msg - the message string to be loggedpublic T trace(String format, Object arg)
This form avoids superfluous object creation when the logger is disabled for the TRACE level.
format - the format stringarg - the argumentpublic T trace(String format, Object arg1, Object arg2)
This form avoids superfluous object creation when the logger is disabled for the TRACE level.
format - the format stringarg1 - the first argumentarg2 - the second argumentpublic T trace(String format, Object... arguments)
This form avoids superfluous string concatenation when the logger
is disabled for the TRACE level. However, this variant incurs the hidden
(and relatively small) cost of creating an Object[] before invoking the method,
even if this logger is disabled for TRACE. The variants taking one and
two arguments exist solely in order to avoid this hidden cost.
format - the format stringarguments - a list of 3 or more argumentspublic T trace(String msg, Throwable t)
msg - the message accompanying the exceptiont - the exception (throwable) to logpublic T trace(org.slf4j.Marker marker, String msg)
marker - the marker data specific to this log statementmsg - the message string to be loggedpublic T trace(org.slf4j.Marker marker, String format, Object arg)
trace(String, Object) method except that the
marker data is also taken into consideration.marker - the marker data specific to this log statementformat - the format stringarg - the argumentpublic T trace(org.slf4j.Marker marker, String format, Object arg1, Object arg2)
trace(String, Object, Object)
method except that the marker data is also taken into
consideration.marker - the marker data specific to this log statementformat - the format stringarg1 - the first argumentarg2 - the second argumentpublic T trace(org.slf4j.Marker marker, String format, Object... argArray)
trace(String, Object...)
method except that the marker data is also taken into
consideration.marker - the marker data specific to this log statementformat - the format stringargArray - an array of argumentspublic T trace(org.slf4j.Marker marker, String msg, Throwable t)
trace(String, Throwable) method except that the
marker data is also taken into consideration.marker - the marker data specific to this log statementmsg - the message accompanying the exceptiont - the exception (throwable) to logpublic T debug(String msg)
msg - the message string to be loggedpublic T debug(String format, Object arg)
This form avoids superfluous object creation when the logger is disabled for the DEBUG level.
format - the format stringarg - the argumentpublic T debug(String format, Object arg1, Object arg2)
This form avoids superfluous object creation when the logger is disabled for the DEBUG level.
format - the format stringarg1 - the first argumentarg2 - the second argumentpublic T debug(String format, Object... arguments)
This form avoids superfluous string concatenation when the logger
is disabled for the DEBUG level. However, this variant incurs the hidden
(and relatively small) cost of creating an Object[] before invoking the method,
even if this logger is disabled for DEBUG. The variants taking
one and two
arguments exist solely in order to avoid this hidden cost.
format - the format stringarguments - a list of 3 or more argumentspublic T debug(String msg, Throwable t)
msg - the message accompanying the exceptiont - the exception (throwable) to logpublic T debug(org.slf4j.Marker marker, String msg)
marker - the marker data specific to this log statementmsg - the message string to be loggedpublic T debug(org.slf4j.Marker marker, String format, Object arg)
debug(String, Object) method except that the
marker data is also taken into consideration.marker - the marker data specific to this log statementformat - the format stringarg - the argumentpublic T debug(org.slf4j.Marker marker, String format, Object arg1, Object arg2)
debug(String, Object, Object)
method except that the marker data is also taken into
consideration.marker - the marker data specific to this log statementformat - the format stringarg1 - the first argumentarg2 - the second argumentpublic T debug(org.slf4j.Marker marker, String format, Object... arguments)
debug(String, Object...)
method except that the marker data is also taken into
consideration.marker - the marker data specific to this log statementformat - the format stringarguments - a list of 3 or more argumentspublic T debug(org.slf4j.Marker marker, String msg, Throwable t)
debug(String, Throwable) method except that the
marker data is also taken into consideration.marker - the marker data specific to this log statementmsg - the message accompanying the exceptiont - the exception (throwable) to logpublic T info(String msg)
msg - the message string to be loggedpublic T info(String format, Object arg)
This form avoids superfluous object creation when the logger is disabled for the INFO level.
format - the format stringarg - the argumentpublic T info(String format, Object arg1, Object arg2)
This form avoids superfluous object creation when the logger is disabled for the INFO level.
format - the format stringarg1 - the first argumentarg2 - the second argumentpublic T info(String format, Object... arguments)
This form avoids superfluous string concatenation when the logger
is disabled for the INFO level. However, this variant incurs the hidden
(and relatively small) cost of creating an Object[] before invoking the method,
even if this logger is disabled for INFO. The variants taking
one and two
arguments exist solely in order to avoid this hidden cost.
format - the format stringarguments - a list of 3 or more argumentspublic T info(String msg, Throwable t)
msg - the message accompanying the exceptiont - the exception (throwable) to logpublic T info(org.slf4j.Marker marker, String msg)
marker - The marker specific to this log statementmsg - the message string to be loggedpublic T info(org.slf4j.Marker marker, String format, Object arg)
info(String, Object) method except that the
marker data is also taken into consideration.marker - the marker data specific to this log statementformat - the format stringarg - the argumentpublic T info(org.slf4j.Marker marker, String format, Object arg1, Object arg2)
info(String, Object, Object)
method except that the marker data is also taken into
consideration.marker - the marker data specific to this log statementformat - the format stringarg1 - the first argumentarg2 - the second argumentpublic T info(org.slf4j.Marker marker, String format, Object... arguments)
info(String, Object...)
method except that the marker data is also taken into
consideration.marker - the marker data specific to this log statementformat - the format stringarguments - a list of 3 or more argumentspublic T info(org.slf4j.Marker marker, String msg, Throwable t)
info(String, Throwable) method
except that the marker data is also taken into consideration.marker - the marker data for this log statementmsg - the message accompanying the exceptiont - the exception (throwable) to logpublic T warn(String msg)
msg - the message string to be loggedpublic T warn(String format, Object arg)
This form avoids superfluous object creation when the logger is disabled for the WARN level.
format - the format stringarg - the argumentpublic T warn(String format, Object... arguments)
This form avoids superfluous string concatenation when the logger
is disabled for the WARN level. However, this variant incurs the hidden
(and relatively small) cost of creating an Object[] before invoking the method,
even if this logger is disabled for WARN. The variants taking
one and two
arguments exist solely in order to avoid this hidden cost.
format - the format stringarguments - a list of 3 or more argumentspublic T warn(String format, Object arg1, Object arg2)
This form avoids superfluous object creation when the logger is disabled for the WARN level.
format - the format stringarg1 - the first argumentarg2 - the second argumentpublic T warn(String msg, Throwable t)
msg - the message accompanying the exceptiont - the exception (throwable) to logpublic T warn(org.slf4j.Marker marker, String msg)
marker - The marker specific to this log statementmsg - the message string to be loggedpublic T warn(org.slf4j.Marker marker, String format, Object arg)
warn(String, Object) method except that the
marker data is also taken into consideration.marker - the marker data specific to this log statementformat - the format stringarg - the argumentpublic T warn(org.slf4j.Marker marker, String format, Object arg1, Object arg2)
warn(String, Object, Object)
method except that the marker data is also taken into
consideration.marker - the marker data specific to this log statementformat - the format stringarg1 - the first argumentarg2 - the second argumentpublic T warn(org.slf4j.Marker marker, String format, Object... arguments)
warn(String, Object...)
method except that the marker data is also taken into
consideration.marker - the marker data specific to this log statementformat - the format stringarguments - a list of 3 or more argumentspublic T warn(org.slf4j.Marker marker, String msg, Throwable t)
warn(String, Throwable) method
except that the marker data is also taken into consideration.marker - the marker data for this log statementmsg - the message accompanying the exceptiont - the exception (throwable) to logpublic T error(String msg)
msg - the message string to be loggedpublic T error(String format, Object arg)
This form avoids superfluous object creation when the logger is disabled for the ERROR level.
format - the format stringarg - the argumentpublic T error(String format, Object arg1, Object arg2)
This form avoids superfluous object creation when the logger is disabled for the ERROR level.
format - the format stringarg1 - the first argumentarg2 - the second argumentpublic T error(String format, Object... arguments)
This form avoids superfluous string concatenation when the logger
is disabled for the ERROR level. However, this variant incurs the hidden
(and relatively small) cost of creating an Object[] before invoking the method,
even if this logger is disabled for ERROR. The variants taking
one and two
arguments exist solely in order to avoid this hidden cost.
format - the format stringarguments - a list of 3 or more argumentspublic T error(String msg, Throwable t)
msg - the message accompanying the exceptiont - the exception (throwable) to logpublic T error(org.slf4j.Marker marker, String msg)
marker - The marker specific to this log statementmsg - the message string to be loggedpublic T error(org.slf4j.Marker marker, String format, Object arg)
error(String, Object) method except that the
marker data is also taken into consideration.marker - the marker data specific to this log statementformat - the format stringarg - the argumentpublic T error(org.slf4j.Marker marker, String format, Object arg1, Object arg2)
error(String, Object, Object)
method except that the marker data is also taken into
consideration.marker - the marker data specific to this log statementformat - the format stringarg1 - the first argumentarg2 - the second argumentpublic T error(org.slf4j.Marker marker, String format, Object... arguments)
error(String, Object...)
method except that the marker data is also taken into
consideration.marker - the marker data specific to this log statementformat - the format stringarguments - a list of 3 or more argumentspublic T error(org.slf4j.Marker marker, String msg, Throwable t)
error(String, Throwable)
method except that the marker data is also taken into
consideration.marker - the marker data specific to this log statementmsg - the message accompanying the exceptiont - the exception (throwable) to logCopyright © 2015. All rights reserved.