warn

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

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