verbose

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

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