From 97c6a34ff0a3fdb968037149d9005299d267adfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serhat=20=C5=9Eevki=20Din=C3=A7er?= Date: Mon, 29 Mar 2021 15:52:41 +0300 Subject: [PATCH] add jfcg/yell (#3536) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 435c0b67..4ab94164 100644 --- a/README.md +++ b/README.md @@ -1119,6 +1119,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [tail](https://github.com/hpcloud/tail) - Go package striving to emulate the features of the BSD tail program. * [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. +* [yell](https://github.com/jfcg/yell) - Yet another minimalistic logging library. * [zap](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go. * [zerolog](https://github.com/rs/zerolog) - Zero-allocation JSON logger. * [zkits-logger](https://github.com/edoger/zkits-logger) - A powerful zero-dependency JSON logger.