log

abstract fun log(level: Int, tag: String = "", msg: String, throwable: Throwable? = null, args: Array<out Any?>? = null)
open fun log(level: Int, tag: String, msg: () -> String, throwable: Throwable? = null)

A request to perform logging.