Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 190 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 190 Bytes

zaplog

Wrapper for UberZap

go get github.com/BrunoKrugel/zaplog@latest

Initiate with:

zaplog.StartLogger()

Log with:

zaplog.Info(ctx, "Info message")