From 3329bd2a11f7d5ad1d38efa800dcad3a63ca8367 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Tue, 2 May 2023 08:18:23 +0200 Subject: [PATCH] Feat: Adding lmittmann/tint (#4851) * feat: adding tint * Update README.md * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6897feac..8fa9c89d 100644 --- a/README.md +++ b/README.md @@ -1492,6 +1492,7 @@ _Libraries for generating and working with log files._ - [stdlog](https://github.com/alexcesaro/log) - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs. - [structy/log](https://github.com/structy/log) - A simple to use log system, minimalist but with features for debugging and differentiation of messages. - [tail](https://github.com/hpcloud/tail) - Go package striving to emulate the features of the BSD tail program. +- [tint](https://github.com/lmittmann/tint) - A slog.Handler that writes tinted logs. - [xlog](https://github.com/xfxdev/xlog) - Plugin architecture and flexible log system for Go, with level ctrl, multiple log target and custom log format. - [xlog](https://github.com/rs/xlog) - Structured logger for `net/context` aware HTTP handlers with flexible dispatching. - [xylog](https://github.com/xybor-x/xylog) - Leveled and structured logging, dynamic fields, high performance, zone management, simple configuration, and readable syntax.