assert

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

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