println

abstract fun println(logLevel: Int, tag: String, msg: String)
abstract fun println(logLevel: Int, tag: String, tr: Throwable, msg: String)