From ce4051a73eb37c9be2e173cd52780329cc9a3a5f Mon Sep 17 00:00:00 2001 From: mstmdev Date: Sun, 23 Apr 2023 11:55:44 +0800 Subject: [PATCH] Add no-src/log (#4811) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5cfd9c4..10959594 100644 --- a/README.md +++ b/README.md @@ -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/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/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. - [log15](https://github.com/inconshreveable/log15) - Simple, powerful logging for Go. - [logdump](https://github.com/ewwwwwqm/logdump) - Package for multi-level logging.