From 0bae35a6ba6c38314d23008e9997f2c5307e203d Mon Sep 17 00:00:00 2001 From: Akshay Moghe Date: Tue, 28 Nov 2017 18:14:31 -0800 Subject: [PATCH] Add distillog to 'Logging' section (#1703) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab784299..2174cb23 100644 --- a/README.md +++ b/README.md @@ -646,6 +646,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for generating and working with log files.* +* [distillog](https://github.com/amoghe/distillog) - distilled levelled logging (think of it as stdlib + log levels). * [glg](https://github.com/kpango/glg) - glg is simple and fast leveled logging library for Go. * [glog](https://github.com/golang/glog) - Leveled execution logs for Go. * [go-cronowriter](https://github.com/utahta/go-cronowriter) - Simple writer that rotate log files automatically based on current date and time, like cronolog.