mirai
2.13.4
common
jvmBase
native
mirai-core-api
/
net.mamoe.mirai.utils
/
MiraiLogger
/
debug
debug
common
jvmBase
native
expect
abstract
fun
debug
(
message
:
String
?
)
Content copied to clipboard
记录一个
调试
级别的日志.
expect
open
fun
debug
(
e
:
Throwable
?
)
Content copied to clipboard
expect
abstract
fun
debug
(
message
:
String
?
,
e
:
Throwable
?
)
Content copied to clipboard
actual
abstract
fun
debug
(
message
:
String
?
)
Content copied to clipboard
记录一个
调试
级别的日志.
actual
open
fun
debug
(
e
:
Throwable
?
)
Content copied to clipboard
actual
abstract
fun
debug
(
message
:
String
?
,
e
:
Throwable
?
)
Content copied to clipboard
actual
abstract
fun
debug
(
message
:
String
?
)
Content copied to clipboard
记录一个
调试
级别的日志.
actual
open
fun
debug
(
e
:
Throwable
?
)
Content copied to clipboard
actual
abstract
fun
debug
(
message
:
String
?
,
e
:
Throwable
?
)
Content copied to clipboard