log
Log an event with a message and an explicit set of items.
Parameters
level
level at which to log
message
message to include in the log event
items
items to include in the log event
Log an event with an associated throwable, a message and an explicit set of items.
Parameters
level
level at which to log
throwable
throwable object associated with this log event
message
message to include in the log event
items
items to include in the log event