From 6b27e599095a4bb9ec6d41e234d0cbb554ea1a7c Mon Sep 17 00:00:00 2001 From: Ferenc Fabian Date: Wed, 23 Aug 2023 14:55:14 +0200 Subject: [PATCH] Add slog-context solution --- Resources-for-slog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources-for-slog.md b/Resources-for-slog.md index e8c6cb04..896fbb60 100644 --- a/Resources-for-slog.md +++ b/Resources-for-slog.md @@ -46,3 +46,4 @@ Since slog has been in flux for several months, some of these resources may be o - slog-multi: chain of `slog.Handler` (pipeline, fanout, ...): https://github.com/samber/slog-multi - slog-sampling: drop repetitive log entries: https://github.com/samber/slog-sampling - various handlers: https://github.com/galecore/xslog +- slog-context: adds support to reading values from context: https://github.com/PumpkinSeed/slog-context