mirai
2.10.0
common
mirai-core-api
/
net.mamoe.mirai.utils
/
MiraiLogger
/
error
error
common
abstract
fun
error
(
message
:
String
?
)
Content copied to clipboard
记录一个
错误
级别的日志.
open
fun
error
(
e
:
Throwable
?
)
Content copied to clipboard
abstract
fun
error
(
message
:
String
?
,
e
:
Throwable
?
)
Content copied to clipboard