trace
Lazy add a log message if isTraceEnabled is true
Lazy add a log message with throwable payload if isTraceEnabled is true
Log a message at the TRACE level.
Since
1.4
Parameters
the message string to be logged
Log a message at the TRACE level according to the specified format and argument.
This form avoids superfluous object creation when the logger is disabled for the TRACE level.
Since
1.4
Parameters
the format string
the argument
Log a message at the TRACE level according to the specified format and arguments.
This form avoids superfluous object creation when the logger is disabled for the TRACE level.
Since
1.4
Parameters
the format string
the first argument
the second argument
Log a message at the TRACE level according to the specified format and 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 .trace and .trace arguments exist solely in order to avoid this hidden cost.
Since
1.4
Parameters
the format string
a list of 3 or more arguments
Log an exception (throwable) at the TRACE level with an accompanying message.
Since
1.4
Parameters
the message accompanying the exception
the exception (throwable) to log
Log a message with the specific Marker at the TRACE level.
Since
1.4
Parameters
the marker data specific to this log statement
the message string to be logged
This method is similar to .trace method except that the marker data is also taken into consideration.
Since
1.4
Parameters
the marker data specific to this log statement
the format string
the argument
This method is similar to .trace method except that the marker data is also taken into consideration.
Since
1.4
Parameters
the marker data specific to this log statement
the format string
the first argument
the second argument
This method is similar to .trace method except that the marker data is also taken into consideration.
Since
1.4
Parameters
the marker data specific to this log statement
the format string
an array of arguments
This method is similar to .trace method except that the marker data is also taken into consideration.
Since
1.4
Parameters
the marker data specific to this log statement
the message accompanying the exception
the exception (throwable) to log
Lazy add a log message if isTraceEnabled is true
Lazy add a log message with throwable payload if isTraceEnabled is true
Lazy add a log message if isTraceEnabled is true
Lazy add a log message with throwable payload if isTraceEnabled is true
Lazy add a log message if isTraceEnabled is true
Lazy add a log message with throwable payload if isTraceEnabled is true
Lazy add a log message with a marker if isTraceEnabled is true
Lazy add a log message with a marker and throwable payload if isTraceEnabled is true