abstract fun error(message: String?): Unit
记录一个 错误 级别的日志.
open fun error(e: Throwable?): Unit
abstract fun error(message: String?, e: Throwable?): Unit