Adding lumberjack - rolling logger

This commit is contained in:
William McGann 2014-10-14 13:55:41 -04:00
parent c6c4f1c40f
commit da773c223b

View File

@ -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