mirai
2.13.4
common
jvmBase
native
mirai-core-api
/
net.mamoe.mirai.utils
/
MiraiLogger
/
verbose
verbose
common
jvmBase
native
expect
abstract
fun
verbose
(
message
:
String
?
)
Content copied to clipboard
记录一个
verbose
级别的日志. 无关紧要的, 经常大量输出的日志应使用它.
expect
open
fun
verbose
(
e
:
Throwable
?
)
Content copied to clipboard
expect
abstract
fun
verbose
(
message
:
String
?
,
e
:
Throwable
?
)
Content copied to clipboard
actual
abstract
fun
verbose
(
message
:
String
?
)
Content copied to clipboard
记录一个
verbose
级别的日志. 无关紧要的, 经常大量输出的日志应使用它.
actual
open
fun
verbose
(
e
:
Throwable
?
)
Content copied to clipboard
actual
abstract
fun
verbose
(
message
:
String
?
,
e
:
Throwable
?
)
Content copied to clipboard
actual
abstract
fun
verbose
(
message
:
String
?
)
Content copied to clipboard
记录一个
verbose
级别的日志. 无关紧要的, 经常大量输出的日志应使用它.
actual
open
fun
verbose
(
e
:
Throwable
?
)
Content copied to clipboard
actual
abstract
fun
verbose
(
message
:
String
?
,
e
:
Throwable
?
)
Content copied to clipboard