log
log copied to clipboard
A minimal and extensible structured logger
Currently, it is necessary to figure out how each log method will be called in order to specify a count of stack frames to `Caller`. https://github.com/go-kit/log/blob/5739c2646c7293c773ed50d2086e843e3330781c/value.go#L82-L84 This makes functions that...
https://www.thoughtworks.com/radar/techniques/structured-logging in the README is no longer maintained:  We should either use a web archive link or link to a different article.
The `log/slog` package will be in Go 1.21. Consider adding a Logger that wraps a `slog.Handler`.