From eeed0d088a9ce250d513f3fe29ffd3e869fa1967 Mon Sep 17 00:00:00 2001 From: Serhii Mariiekha Date: Thu, 22 Sep 2022 15:39:32 +0200 Subject: [PATCH] Add github.com/heartwilltell/log to Logging section (#4420) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 300c4c54..52a2ba28 100644 --- a/README.md +++ b/README.md @@ -1453,6 +1453,7 @@ _Libraries for generating and working with log files._ - [log](https://github.com/apex/log) - Structured logging package 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/heartwilltell/log) - Simple leveled logging wrapper around standard log package. - [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.