From 33bdd6e45494fed2f12d0bb1a1eddeff99f289a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20Andr=C3=A9?= <92062874+matheusandre1@users.noreply.github.com> Date: Sat, 28 Feb 2026 19:46:22 -0300 Subject: [PATCH] Add project log (#6034) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28b52b91..35dc245e 100644 --- a/README.md +++ b/README.md @@ -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.