log

open override fun log(priority: Int, message: String?)

按指定优先级记录日志消息

Log at priority a message.


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

按指定优先级记录异常和消息

Log at priority an exception and a message.


open override fun log(priority: Int, t: Throwable?)

按指定优先级记录异常

Log at priority an exception.