Add slog-context solution

Ferenc Fabian 2023-08-23 14:55:14 +02:00
parent 4e8bf1c928
commit 6b27e59909

@ -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-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 - slog-sampling: drop repetitive log entries: https://github.com/samber/slog-sampling
- various handlers: https://github.com/galecore/xslog - various handlers: https://github.com/galecore/xslog
- slog-context: adds support to reading values from context: https://github.com/PumpkinSeed/slog-context