Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

View File

@ -1,11 +1,11 @@
# logx
logx 是一个灵活、高效的 Go 日志库,基于 `log/slog` 包构建。它提供了结构化日志记录、多处理程序支持、上下文感知和全局日志记录器等功能。
logx 是一个灵活、高效的 Go 日志库,基于 Go 1.21 引入的 `log/slog` 包构建。它提供了结构化日志记录、多处理程序支持、上下文感知和全局日志记录器等功能。
## 安装
```bash
go get -u github.com/chenchi/logx
go get -u github.com/yeqown/logx
```
## 快速开始