update docs

This commit is contained in:
shenjack 2023-12-04 23:57:04 +08:00
parent 2c30362a56
commit 602ce62907
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,9 @@
- `Logger`
- 添加了 `clone_logger` 函数
- 用于克隆一个新的配置相同的 `Logger` 实例
- `LogMessage`
- 现在通过判断是否在 `message` `end` `spilt` 中有 `\n` 自动判定是否需要刷新
-
## 0.2.3

View File

@ -14,5 +14,5 @@
> 预计 `0.4` 发布?
- [x] 完成配置解析
- [ ] 支持读取配置之后自动应用
- [x] 支持读取配置之后自动应用