This commit is contained in:
nkmr-jp 2023-10-12 13:38:24 +09:00 committed by GitHub
parent c7fdad2ec2
commit 4c3bdaa736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1525,6 +1525,7 @@ _Libraries for generating and working with log files._
- [zax](https://github.com/yuseferi/zax) - Integrate Context with Zap logger, which leads to more flexibility in Go logging.
- [zerolog](https://github.com/rs/zerolog) - Zero-allocation JSON logger.
- [zkits-logger](https://github.com/edoger/zkits-logger) - A powerful zero-dependency JSON logger.
- [zl](https://github.com/nkmr-jp/zl) - High Developer Experience, zap based logger. It offers rich functionality but is easy to configure.
**[⬆ back to top](#contents)**