Add no-src/log (#4811)

This commit is contained in:
mstmdev 2023-04-23 11:55:44 +08:00 committed by GitHub
parent 2e7534d845
commit ce4051a73e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1455,6 +1455,7 @@ _Libraries for generating and working with log files._
- [log](https://github.com/go-playground/log) - Simple, configurable and scalable Structured Logging for Go. - [log](https://github.com/go-playground/log) - Simple, configurable and scalable Structured Logging for Go.
- [log](https://github.com/teris-io/log) - Structured log interface for Go cleanly separates logging facade from its implementation. - [log](https://github.com/teris-io/log) - Structured log interface for Go cleanly separates logging facade from its implementation.
- [log](https://github.com/heartwilltell/log) - Simple leveled logging wrapper around standard log package. - [log](https://github.com/heartwilltell/log) - Simple leveled logging wrapper around standard log package.
- [log](https://github.com/no-src/log) - A simple logging framework out of the box.
- [log-voyage](https://github.com/firstrow/logvoyage) - Full-featured logging saas written in golang. - [log-voyage](https://github.com/firstrow/logvoyage) - Full-featured logging saas written in golang.
- [log15](https://github.com/inconshreveable/log15) - Simple, powerful logging for Go. - [log15](https://github.com/inconshreveable/log15) - Simple, powerful logging for Go.
- [logdump](https://github.com/ewwwwwqm/logdump) - Package for multi-level logging. - [logdump](https://github.com/ewwwwwqm/logdump) - Package for multi-level logging.