Add project log (#6034)

This commit is contained in:
Matheus André 2026-02-28 19:46:22 -03:00 committed by GitHub
parent daebdfa6b7
commit 33bdd6e454
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1576,6 +1576,7 @@ _Libraries for working with JSON._
_Libraries for generating and working with log files._
- [caarlos0/log](https://github.com/caarlos0/log) - Colorful CLI logger.
- [distillog](https://github.com/amoghe/distillog) - distilled levelled logging (think of it as stdlib + log levels).
- [glg](https://github.com/kpango/glg) - glg is simple and fast leveled logging library for Go.
- [glo](https://github.com/lajosbencz/glo) - PHP Monolog inspired logging facility with identical severity levels.