From da773c223b5993c813d0a356669a2df9be4850dc Mon Sep 17 00:00:00 2001 From: William McGann Date: Tue, 14 Oct 2014 13:55:41 -0400 Subject: [PATCH 1/2] Adding lumberjack - rolling logger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38089646..be049cb3 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [logrus](https://github.com/sirupsen/logrus) - Structured, pluggable logging for Go. * [seelog](https://github.com/cihub/seelog) - logging functionality with flexible dispatching, filtering, and formatting. * [stdlog](https://github.com/alexcesaro/log) - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs. +* [lumberjack](https://github.com/natefinch/lumberjack) - Simple rolling logger, implements io.WriteCloser. ## Machine Learning From e78d239855e4048c728570b51b0451913e4043c5 Mon Sep 17 00:00:00 2001 From: William McGann Date: Tue, 14 Oct 2014 14:58:13 -0400 Subject: [PATCH 2/2] Alphabetical order! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be049cb3..76581459 100644 --- a/README.md +++ b/README.md @@ -251,9 +251,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [glog](https://github.com/golang/glog) - Leveled execution logs for Go. * [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers. * [logrus](https://github.com/sirupsen/logrus) - Structured, pluggable logging for Go. +* [lumberjack](https://github.com/natefinch/lumberjack) - Simple rolling logger, implements io.WriteCloser. * [seelog](https://github.com/cihub/seelog) - logging functionality with flexible dispatching, filtering, and formatting. * [stdlog](https://github.com/alexcesaro/log) - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs. -* [lumberjack](https://github.com/natefinch/lumberjack) - Simple rolling logger, implements io.WriteCloser. ## Machine Learning