mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-19 05:12:23 +08:00
Fix typo
This commit is contained in:
parent
7f61840df0
commit
4587f7aeff
@ -167,7 +167,7 @@ Samples and demos.
|
|||||||
- GUI Hex 调试器(值转换)
|
- GUI Hex 调试器(值转换)
|
||||||
|
|
||||||
### Logger
|
### Logger
|
||||||
[Contact](mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/MiraiLogger.kt)
|
[Logger](mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/MiraiLogger.kt)
|
||||||
Mirai 维护跨平台日志系统, 针对平台的实现为 `expect class PlatformLogger`,
|
Mirai 维护跨平台日志系统, 针对平台的实现为 `expect class PlatformLogger`,
|
||||||
一般推荐使用顶层的 `var DefaultLogger: (identity: String?) -> PlatformLogger` 通过 `DefaultLogger( ... )` 来创建日志记录器.
|
一般推荐使用顶层的 `var DefaultLogger: (identity: String?) -> PlatformLogger` 通过 `DefaultLogger( ... )` 来创建日志记录器.
|
||||||
每个 `Bot` 都拥有一个日志记录器, 可通过 `Bot.logger` 获取
|
每个 `Bot` 都拥有一个日志记录器, 可通过 `Bot.logger` 获取
|
||||||
|
Loading…
Reference in New Issue
Block a user