apex / log

Structured logging package for Go.
MIT License
1.36k stars 110 forks source link

add a handler for slog #112

Open jba opened 1 year ago

jba commented 1 year ago

The log/slog package will be in Go 1.21, to be released shortly. apex/log should have a handler that wraps a slog.Handler.

jba commented 1 year ago

I wrote a guide for writing handlers that may help.