setMessage

open override fun setMessage(message: String)

Set the log message

Parameters

message

the message to log


open override fun setMessage(message: MessageSupplier)

Set a log message supplier

Parameters

message

the block of code responsible for supplying a log message. toString() will be used on the supplied value.