logW
Logs a message at the Level.Warn 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.Warn using a IMessageBuilder.
Parameters
block
A lambda block that applies configurations to the IMessageBuilder instance.