slogx
tint
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
slogx
tint
- Slogor: The colorful slog handler is now stable with version 1.1.2!
-
Slog: Zero-dependency structured logging in Go
A guide covering how to write custom handlers is out of scope for this post, but you can find one such guide written by the author of slog here. Thankfully, you donβt need to write a handler from scratch to use one. There are several community-contributed handlers, including handlers that allow you to output colored logs, and a handler that lets you implement sampling. You can find a full list here.
- slog module, colorize output based on level
- [Golang] tint: π slog.Handler that writes tinted logs
- tint: π slog.Handler that writes tinted logs
What are some alternatives?
ctxkey - A library to manage context keys. Additionally implements conenience functions to log the keys with slog.
slogmw - Middleware for the go standard library log/slog package
slog-multi - π¨ Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...
zax - Golang Zap logger with context
slog-sampling - π¨ slog sampling: drop repetitive log records
termenv - Advanced ANSI style & color support for your terminal applications
kemba - A tiny debug logging tool. Ideal for CLI tools and command applications. Inspired by https://github.com/visionmedia/debug
phuslu/log - Fastest structured logging
glo - Logging library for Golang
gomol - Gomol is a library for structured, multiple-output logging for Go with extensible logging outputs
go-cronowriter - Time based rotating file writer
logrus - Structured, pluggable logging for Go.