buildMessage

open fun buildMessage(message: String): String

This method is called before passing the message to application logger. It can be overridden to modify the pattern of the logged message. By default, it will prepend the logger name and a dash to the original message.

Return

formatted message ready for logging.

Parameters

message

original message that should be logged.