From 305e731240e3d2888845f65f96700548002fd838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bojan=20Deli=C4=87?= Date: Sun, 15 Sep 2024 19:22:56 +0200 Subject: [PATCH] add slogbuffer --- README.md | 1 + data.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index f00c4c9..7c2f23e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ _General purpose handlers and integrations._ - [slog-multi](https://github.com/samber/slog-multi): Chaining handlers (pipe, router, fanout, etc). - [slog-sampling](https://github.com/samber/slog-sampling): Drop repetitive log entries. - [slog-shim](https://github.com/sagikazarmark/slog-shim): Backward compatible slog support for Go <1.21. +- [slogbuffer](https://github.com/delicb/slogbuffer): Buffer log records until real handler is defined. - [sloggen](https://github.com/go-simpler/sloggen): Generate various helpers. - [sloglint](https://github.com/go-simpler/sloglint): Ensure consistent code style. diff --git a/data.yaml b/data.yaml index 521f928..d92892f 100644 --- a/data.yaml +++ b/data.yaml @@ -18,6 +18,10 @@ categories: link: https://github.com/sagikazarmark/slog-shim description: Backward compatible slog support for Go <1.21. + - name: slogbuffer + link: https://github.com/delicb/slogbuffer + description: Buffer log records until real handler is defined. + # Potential new category: Extensions? - name: sloggen link: https://github.com/go-simpler/sloggen