From e8d72b77a9879de548daffa4ba7cbb909b03b9f0 Mon Sep 17 00:00:00 2001 From: Dmytro Leshchenko Date: Thu, 2 May 2024 01:07:23 +0200 Subject: [PATCH] Add go-logging to Logging section --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 0336bccca8..f79db2aad9 100644 --- a/README.md +++ b/README.md @@ -1507,11 +1507,7 @@ _Libraries for generating and working with log files._ - [go-cronowriter](https://github.com/utahta/go-cronowriter) - Simple writer that rotate log files automatically based on current date and time, like cronolog. - [go-log](https://github.com/pieterclaerhout/go-log) - A logging library with stack traces, object dumping and optional timestamps. - [go-log](https://github.com/subchen/go-log) - Simple and configurable Logging in Go, with level, formatters and writers. -- [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers. -- [go-log](https://github.com/ian-kent/go-log) - Log4j implementation in Go. -- [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level handlers. -- [gomol](https://github.com/aphistic/gomol) - Multiple-output, structured logging for Go with extensible logging outputs. -- [gone/log](https://github.com/One-com/gone/tree/master/log) - Fast, extendable, full-featured, std-lib source compatible log library. +- [go-logging](https://github.com/dl1998/go-logging) - Logging library for Golang inspired by the Python logger. - [httpretty](https://github.com/henvic/httpretty) - Pretty-prints your regular HTTP requests on your terminal for debugging (similar to http.DumpRequest). - [journald](https://github.com/ssgreg/journald) - Go implementation of systemd Journal's native API for logging. - [kemba](https://github.com/clok/kemba) - A tiny debug logging tool inspired by [debug](https://github.com/visionmedia/debug), great for CLI tools and applications.