Go Logging: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 8: Line 8:
=Standard Library <tt>log</tt> Package=
=Standard Library <tt>log</tt> Package=
{{Internal|Go_Package_log|<tt>log</tt>}}
{{Internal|Go_Package_log|<tt>log</tt>}}
=Standard Library <tt>slog</tt> Package=
{{Internal|Go_Package_slog|<tt>slog</tt>}}


=Open Source Logging Packages=
=Open Source Logging Packages=
* [[zap]]
* [[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
* glog https://github.com/golang/glog


=Subjects=
=Subjects=
* [[Color Logs in Go#Overview|Color Logs in Go]]
* [[Colors and Special Text Effects in Go Logs#Overview|Colors and Special Text Effects in Go Logs]]

Latest revision as of 20:14, 13 March 2024

External

Internal

Overview

Standard Library log Package

log

Standard Library slog Package

slog

Open Source Logging Packages

Subjects