Categorygithub.com/endobit/clog
repositorypackage
0.4.0
Repository: https://github.com/endobit/clog.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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.