abstract fun verbose(message: String?): Unit
记录一个 verbose 级别的日志. 无关紧要的, 经常大量输出的日志应使用它.
verbose
open fun verbose(e: Throwable?): Unit
abstract fun verbose(message: String?, e: Throwable?): Unit