Go Logging
Jump to navigation
Jump to search
External
Internal
Overview
Standard Library log Package
Standard Library slog Package
Open Source Logging Packages
- zap
- https://github.com/rs/zerolog a lightweight and performant logger for Go, designed for high throughput and minimal allocation. Suited for applications with strict performance requirements.
- glog https://github.com/golang/glog
- sirupsen/logrus