debug

abstract fun debug(tag: String, message: () -> String)

Logs the message with the LogLevel.DEBUG level and the specified tag.