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