logV

fun logV(message: Any)

Logs a message at the Level.Verbose level.

Parameters

message

The message to be logged. The message can be of any type that has a sensible string representation.


fun logV(block: IMessageBuilder.() -> Unit)

Logs a complex message at the Level.Verbose using a IMessageBuilder.

Parameters

block

A lambda block that applies configurations to the IMessageBuilder instance.