trace
Emit a log event at TRACE level.
Parameters
a representation of the event
Emit a log event from a message template at TRACE level.
Parameters
values associated with holes in the message template
Emit a log event and associated throwable object at TRACE level.
Parameters
a throwable object associated with this event
a representation of the event
Emit a log event from a message template and associated throwable object at TRACE level.
Parameters
a throwable object associated with this event
values associated with holes in the message template
Emit a log event from a lambda at TRACE level.
Parameters
lambda that returns a representation of the event
Emit a log event from a lambda and associated throwable object at TRACE level.
Parameters
a throwable object associated with this event
lambda that returns a representation of the event
Emit a log event with a message and an explicit map of items at TRACE level.
Parameters
the message
a map of items to include in the log event
Emit a log event with a message, associated throwable object and an explicit map of items at TRACE level.
Parameters
the message
a throwable object associated with this event
a map of items to include in the log event