abstract fun info(message: String?): Unit
记录一个 信息 级别的日志.
open fun info(e: Throwable?): Unit
abstract fun info(message: String?, e: Throwable?): Unit