From 908262383751cf4accf67007dfe80522352a33ba Mon Sep 17 00:00:00 2001 From: huykingsofm <44906193+huykingsofm@users.noreply.github.com> Date: Mon, 3 Oct 2022 05:00:10 +0700 Subject: [PATCH] Add xylog package (#4439) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9620c5eb..f453629e 100644 --- a/README.md +++ b/README.md @@ -1477,6 +1477,7 @@ _Libraries for generating and working with log files._ - [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. +- [xylog](https://github.com/xybor-x/xylog) - Leveled and structured logging, dynamic fields, high performance, zone management, simple configuration, and readable syntax. - [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.