log

open fun log(logger: Log, message: Any)

Log a message to the given logger at this level.

Since

3.1.0

Parameters

logger

the logger

message

the message to log


open fun log(logger: Log, message: Any, cause: Throwable)

Log a message to the given logger at this level.

Since

3.1.0

Parameters

logger

the logger

message

the message to log

cause

the cause to log