Loggo is a Go logging library for applications that need configurable log levels, hierarchical loggers, and multiple output targets. It is aimed...
Pros
- Hierarchical loggers provide more control than the standard library logger
- Supports configurable log levels and output handlers
- Open source and usable without external services
Cons
- Less actively developed than Zap, Zerolog, or Slog
- Lacks the modern structured-logging ergonomics of newer Go libraries
- Smaller ecosystem than Logrus and Zap