From 2a72e8de16aeb9ad29b70d2ab6093d8beb25c647 Mon Sep 17 00:00:00 2001 From: Inhere Date: Fri, 24 Jun 2022 05:21:25 +0800 Subject: [PATCH] add github.com/gookit/slog (#4275) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7362d602..afbe2e5b 100644 --- a/README.md +++ b/README.md @@ -1458,6 +1458,7 @@ _Libraries for generating and working with log files._ - [rollingwriter](https://github.com/arthurkiller/rollingWriter) - RollingWriter is an auto-rotate `io.Writer` implementation with multi policies to provide log file rotation. - [seelog](https://github.com/cihub/seelog) - Logging functionality with flexible dispatching, filtering, and formatting. - [slf4g](https://github.com/echocat/slf4g) - Simple Logging Facade for Golang: Simple structured logging; but powerful, extendable and customizable, with huge amount of learnings from decades of past logging frameworks. +- [slog](https://github.com/gookit/slog) Lightweight, configurable, extensible logger for Go. - [spew](https://github.com/davecgh/go-spew) - Implements a deep pretty printer for Go data structures to aid in debugging. - [sqldb-logger](https://github.com/simukti/sqldb-logger) - A logger for Go SQL database driver without modify existing *sql.DB stdlib usage. - [stdlog](https://github.com/alexcesaro/log) - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs.