docs: update log module index to v1.0.1 (by AI)
This commit is contained in:
parent
6b8f928352
commit
a4603d847a
@ -18,7 +18,7 @@
|
||||
| **go/file** | v1.0.4 | 高性能 IO; 智能序列化; 内存资源加密 | convert, encoding, safe | [./file/README.md](https://apigo.cc/file) |
|
||||
| **go/shell** | v1.0.4 | 终端样式; 命令执行; 命令链管道 | cast | [./shell/README.md](https://apigo.cc/go/shell) |
|
||||
| **go/config** | v1.0.4 | 文件配置加载; 环境覆盖; 结构映射 | cast, convert, file | [./config/README.md](https://apigo.cc/go/config) |
|
||||
| **go/log** | v1.0.0 | 高性能日志; 脱敏; 多输出渠道 | cast, config, shell | [./log/README.md](https://apigo.cc/go/log) |
|
||||
| **go/log** | v1.0.1 | 高性能日志; 脱敏; 多输出渠道 | cast, config, shell | [./log/README.md](https://apigo.cc/go/log) |
|
||||
| **go/http** | v1.0.3 | 高性能 HTTP 客户端; 泛型绑定; 自动透传 | cast, convert, file, log | [./http/README.md](https://apigo.cc/go/http) |
|
||||
| **go/db** | v1.0.3 | 极简数据库抽象; 自动绑定; 读写分离; 自动 ID 生成 | cast, config, convert, crypto, id, log, rand, safe, shell | [./db/README.md](https://apigo.cc/go/db) |
|
||||
| **go/redis** | v1.0.2 | 高性能 Redis 客户端; 分布式 ID; 发布订阅 | cast, config, crypto, id, log, safe | [./redis/README.md](https://apigo.cc/go/redis) |
|
||||
@ -91,7 +91,7 @@
|
||||
### log (日志系统)
|
||||
- **意图**: 高性能异步日志记录,内置敏感数据脱敏与多渠道(Console/File/ES)分发。
|
||||
- **API**:
|
||||
- **Logger**: Info, Debug, Warning, Error (带堆栈), Log (通用)
|
||||
- **Logger**: Debug, Info, Warning, Error (带堆栈), Log (通用), DB (带耗时与错误堆栈), Request, Task, Monitor, Statistic
|
||||
- **管理**: New (创建子 Logger), SetLevel, SetDesensitization
|
||||
- **显示**: Viewable (格式化为彩色文本)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user