Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hnakamur/zap-ltsv
LTSV encoder for github.com/uber-go/zap
https://github.com/hnakamur/zap-ltsv
golang logging ltsv zap
Last synced: 3 months ago
JSON representation
LTSV encoder for github.com/uber-go/zap
- Host: GitHub
- URL: https://github.com/hnakamur/zap-ltsv
- Owner: hnakamur
- License: mit
- Created: 2017-01-05T09:43:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T14:35:01.000Z (over 7 years ago)
- Last Synced: 2024-10-01T17:07:53.870Z (4 months ago)
- Topics: golang, logging, ltsv, zap
- Language: Go
- Homepage: https://godoc.org/github.com/hnakamur/zap-ltsv
- Size: 34.2 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
zap-ltsv [![GoDoc](https://godoc.org/github.com/hnakamur/zap-ltsv?status.svg)](https://godoc.org/github.com/hnakamur/zap-ltsv) [![Build Status](https://travis-ci.org/hnakamur/ltsvlog.png)](https://travis-ci.org/hnakamur/ltsvlog)
========A [Labeled Tab-separated Values (LTSV)](http://ltsv.org/) encoder for [uber-go/zap: Fast, structured, leveled logging in Go.](https://github.com/uber-go/zap).
## Installation
```
go get -u github.com/hnakamur/zap-ltsv/...
```## Examples
See examples in [godoc](https://godoc.org/github.com/hnakamur/zap-ltsv)