Updated Resources for slog (markdown)

Jonathan Amsterdam 2022-12-09 07:37:22 -05:00
parent 3af34db5bd
commit 6c67a2b7c4

@ -1,3 +1,7 @@
# Resources for slog
This page links to projects that use or enhance `slog`, the [proposed](https://go.dev/issue/56345) structured logging package for the standard library.
Currently, `slog` is at [golang.org/x/exp/slog](https://pkg.go.dev/golang.org/x/exp/slog).
- ConsoleHandler (similar to Zap's ConsoleEncoder): https://gist.github.com/wijayaerick/de3de10c47a79d5310968ba5ff101a19
- Zap Handler, a slog handler that uses Zap: https://github.com/chanchal1987/zaphandler
This page links to projects that use `slog`, the [proposed](#56345) structured logging package for the standard library.