samber / slog-common

Common toolchain for slog
https://pkg.go.dev/github.com/samber/slog-common
MIT License
6 stars 5 forks source link

FormatError does not respect values implementing slog.LogValuer #8

Open SeanLatimer opened 3 weeks ago

SeanLatimer commented 3 weeks ago

FormatError isn’t handling values that implement the slog.LogValuer interface. I noticed this issue while using one of your slog handlers, slog-zerolog along with Oops.

samber commented 2 weeks ago

can you review my PR ? https://github.com/samber/slog-common/pull/9