logI

fun logI(message: Any)

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.


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

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

Parameters

block

A lambda block that applies configurations to the IMessageBuilder instance.