Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.09 KB

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.