Go Logging: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
=Open Source Logging Packages= | =Open Source Logging Packages= | ||
* [[zap]] | * [[zap]] | ||
* https://github.com/rs/zerolog | * 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 | * glog https://github.com/golang/glog | ||
=Subjects= | =Subjects= | ||
* [[Colors and Special Text Effects in Go Logs#Overview|Colors and Special Text Effects in Go Logs]] | * [[Colors and Special Text Effects in Go Logs#Overview|Colors and Special Text Effects in Go Logs]] |
Revision as of 20:14, 13 March 2024
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