info
Emit a log event at INFO level.
Parameters
a representation of the event
Emit a log event from a message template at INFO level.
Parameters
values associated with holes in the message template
Emit a log event and associated throwable object at INFO 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 INFO 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 INFO level.
Parameters
lambda that returns a representation of the event
Emit a log event from a lambda and associated throwable object at INFO 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 INFO 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 INFO level.
Parameters
the message
a throwable object associated with this event
a map of items to include in the log event