现在已有的答案已经很老了,还有更多建议:
- https://github.com/op/go-logging-比这里小
- https://github.com/sirupsen/logrus-用于许多流行的项目,例如Docker
- https://github.com/inconshreveable/log15
- https://github.com/golang/glog-来自Google,在Go中实现其C ++ glog库
- https://github.com/go-kit/kit/tree/master/log专注于“结构化日志记录”,它更适合工具使用
- https://github.com/uber-go/zap- “快如闪电”



