log
Emit a log event, only if it passes the level check.
Parameters
severity level of the log event
a representation of the event, if any
Emit a log event and associated throwable object, only if it passes the level check.
Parameters
severity level of the log event
a throwable object associated with this event
a representation of the event, if any
Emit a log event from a message template and associated throwable object, only if it passes the level check.
Parameters
severity level of the log event
a throwable object associated with this event
values associated with holes in the message template
Emit a log event from a message template, only if it passes the level check.
Parameters
severity level of the log event
values associated with holes in the message template
Emit a log event from a lambda and associated throwable object, only if it passes the level check.
Parameters
severity level of the log event
a throwable object associated with this event
lambda that returns a representation of the event
Emit a log event from a lambda, only if it passes the level check.
Parameters
severity level of the log event
lambda that returns a representation of the event
Log an event with a message and an explicit set of items.
Parameters
level at which to log
message to include in the log event
items to include in the log event
Log an event with an associated throwable, a message and an explicit set of items.
Parameters
level at which to log
throwable object associated with this log event
message to include in the log event
items to include in the log event