Add a handler I'm writing for slog

Peter Aronoff 2023-04-02 15:07:31 -04:00
parent f34c307ead
commit 5b03fef7b2

@ -11,4 +11,5 @@ Since slog has been in flux for several months, some of these resources may be o
- Experimental example using both OpenTelemetry and `slog`: https://github.com/justinsb/experiments-slog
- Additional resources written by jba: https://github.com/jba/slog
- slogd - slog with duration https://github.com/kaihendry/slogd with video https://youtu.be/IsPa11N5pzI
- tinted (colorized) output: https://pkg.go.dev/github.com/lmittmann/tint
- tinted (colorized) output: https://pkg.go.dev/github.com/lmittmann/tint
- humane: a human-friendly (but still largely structured) slog Handler: https://github.com/telemachus/humane