gookit / slog

📑 Lightweight, configurable, extensible logging library written in Go. Support multi level, multi outputs and built-in multi file logger, buffers, clean, rotate-file handling.一个易于使用的,轻量级、可配置、可扩展的日志库。支持多个级别,输出到多文件;内置文件日志处理、自动切割、清理、压缩等增强功能
https://pkg.go.dev/github.com/gookit/slog
MIT License
383 stars 24 forks source link

按日期滚动 如果当天时间节点的日志文件已存在 不会append 会直接替换 #137

Open yh4922 opened 6 months ago

inhere commented 4 months ago

有使用代码吗?我测试了没复现