EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core
/
EzLogger
/
error
error
abstract
fun
error
(
tag
:
String
,
msg
:
String
,
t
:
Throwable
?
=
null
)
输出错误日志,并可附带异常。
Parameters
tag
日志标签
msg
日志内容
t
可选异常对象