Zap: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
* GitHub repository https://github.com/uber-go/zap
* GitHub repository https://github.com/uber-go/zap
* Documentation https://pkg.go.dev/go.uber.org/zap
* Documentation https://pkg.go.dev/go.uber.org/zap
* FAQ https://github.com/uber-go/zap/blob/master/FAQ.md
* https://betterstack.com/community/guides/logging/go/zap/
* https://betterstack.com/community/guides/logging/go/zap/


Line 7: Line 8:
* [[Go#zap|Go]]
* [[Go#zap|Go]]
* [[Go_Logging#Open_Source_Logging_Packages|Go Logging]]
* [[Go_Logging#Open_Source_Logging_Packages|Go Logging]]
=Overview=
=Subjects=
=Installation=
* [[Zap_Concepts|Concepts]]
In the directory that contains <code>go.mod</code>:
* [[Zap_Operations|Operations]]
<syntaxhighlight lang='bash'>
go get -u go.uber.org/zap
</syntaxhighlight>

Latest revision as of 20:36, 14 March 2024