log

abstract fun log(priority: Int, message: String?)

Log at priority an message.


abstract fun log(priority: Int, t: Throwable?, message: String?)

Log at priority an exception and a message.


abstract fun log(priority: Int, t: Throwable?)

Log at priority an exception.