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