debug

fun Logger.debug(msg: String)

Log a 'FINEST' message.

If the logger is currently enabled for the 'FINEST' message level then the given message is forwarded to all the registered output Handler objects.

Parameters

msg

The string message (or a key in the message catalog)