feat: adding slog-multi (#4850)

feat: adding slog-multi
This commit is contained in:
Samuel Berthe 2023-04-27 09:07:05 +02:00 committed by GitHub
parent b3cae39b66
commit 8e551d8f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1481,6 +1481,7 @@ _Libraries for generating and working with log files._
- [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.
- [slog-formatter](https://github.com/samber/slog-formatter) - Common formatters for slog and helpers to build your own.
- [slog-multi](https://github.com/samber/slog-multi) - Chain of slog.Handler (pipeline, fanout...).
- [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.