From 89162918d050fd4b6ec2e4e0da3d03d51e4b0e05 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Thu, 26 Apr 2018 13:41:11 -0700 Subject: [PATCH] Add grpc-zerolog reference (fix #58) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0308a44..552146d 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,10 @@ go build -tags binary_log . To Decode binary encoded log files you can use any CBOR decoder. One has been tested to work with zerolog library is [CSD](https://github.com/toravir/csd/). +## Related Projects + +* [grpc-zerolog](https://github.com/cheapRoc/grpc-zerolog): Implementation of `grpclog.LoggerV2` interface using `zerolog` + ## Benchmarks All operations are allocation free (those numbers *include* JSON encoding):