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