# LogX logx 是一个基于 `log/slog` 的日志库,提供了控制台输出、文件输出、日志级别控制等功能。 ## 安装 ```bash go get -u github.com/yeqown/logx ``` ## 使用 ```go