Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 624 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 624 Bytes

GoDoc Go Report

Logz Zap

A simple zapcore.Core implementation to integrate with Logz.

To use, initialize logz like normal, create a new LogzCore, then wrap with a NewTee. See the example code for a detailed example.

Testing

To test this code use LZ_TOKEN=MY_LOGZ_TOKEN go test