logI
Logs a message at the Level.Info level.
Parameters
message
The message to be logged. The message can be of any type that has a sensible string representation.
Logs a complex message at the Level.Info using a IMessageBuilder.
Parameters
block
A lambda block that applies configurations to the IMessageBuilder instance.