Support slog
inconshreveable opened this issue · 0 comments
inconshreveable commented
The standard library is growing a standardized structured logging interface at https://pkg.go.dev/golang.org/x/exp/slog which appears to be heavily based on log15
's design. It appears to at or near API stability. We should be good golang citizens and support a slog
adapter.