From 7138ab6c70f8749668e2e74d8a42651d85dcb581 Mon Sep 17 00:00:00 2001 From: icefed Date: Sat, 25 May 2024 08:50:00 +0800 Subject: [PATCH] add github.com/icefed/zlog --- README.md | 1 + data.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index e6e550f..f00c4c9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ _Record and output formatters._ - [slogpfx](https://github.com/dpotapov/slogpfx): Easily prefix your log messages with attributes from the log record. - [tint](https://github.com/lmittmann/tint): Handler that writes tinted logs. - [zlog](https://github.com/jeffry-luqman/zlog): Handler that writes beautiful, human readable logs. +- [zlog](https://github.com/icefed/zlog): Human-friendly output like zap development, json structured logging with more features for slog. **[⬆ back to top](#contents)** diff --git a/data.yaml b/data.yaml index 03bde91..521f928 100644 --- a/data.yaml +++ b/data.yaml @@ -62,6 +62,10 @@ categories: link: https://github.com/jeffry-luqman/zlog description: Handler that writes beautiful, human readable logs. + - name: zlog + link: https://github.com/icefed/zlog + description: Human-friendly output like zap development, json structured logging with more features for slog. + - name: Enrichment description: Handlers enriching log records. items: