trace
Log one or more arbitrary messages to the console or log, at the level of LogLevel.TRACE.
Each argument is expected to be a string. For automatic string conversion or direct log level control, see log. To engage in string formatting, or callable log messages, see other variants of this same method.
Parameters
Set of messages to log in this entry.
See also
other variants of this method.
Log the message produced by the provided producer, at the level of LogLevel.TRACE, assuming trace-level logging is currently enabled.
If trace logging is not active, the producer will not be dispatched.
Parameters
Function that produces the message to log.
Log one or more arbitrary messages to the console or log, at the level of LogLevel.TRACE.
Each argument is expected to be a string. For automatic string conversion or direct log level control, see log. To engage in string formatting, or callable log messages, see other variants of this same method.
Parameters
Set of messages to log in this entry.
See also
other variants of this method.
Log the message produced by the provided producer, at the level of LogLevel.TRACE, assuming trace-level logging is currently enabled.
If trace logging is not active, the producer will not be dispatched.
Parameters
Function that produces the message to log.