Skip to content

endobit/clog

Repository files navigation

GitHub Actions Go Version Go Report Card Codecov Go Reference

Clog

Color logging with golang.org/x/exp/slog. Clog mimics the zerolog.ConsoleWriter style but due to the slog.Handler implementation field order is preserved, whereas the zerolog.ConsoleWriter parses the json logs and sorts the fields.

Logging Sample

Stability

Clog will track the slog package including any breaking changes.