error

abstract fun error(tag: String, msg: String, t: Throwable? = null)

输出错误日志,并可附带异常。

Parameters

tag

日志标签

msg

日志内容

t

可选异常对象