log

abstract fun log(level: LogLevel, tag: String, message: () -> String)

Logs the message with the specified level and tag.