From 7b0ded23c13e5948ba6add80bba792a682a05389 Mon Sep 17 00:00:00 2001 From: Amanpreet Singh Date: Sun, 23 Nov 2014 10:04:30 +0530 Subject: [PATCH 1/2] Adds go-logger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19be296c..2e05ab43 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level handlers. ## Machine Learning From 619080c9dcae9ae294f0ebf9dc4591c5bb7b181a Mon Sep 17 00:00:00 2001 From: Amanpreet Singh Date: Sun, 23 Nov 2014 10:12:37 +0530 Subject: [PATCH 2/2] Adds go-logger --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e05ab43..71bcaff2 100644 --- a/README.md +++ b/README.md @@ -255,11 +255,11 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [glog](https://github.com/golang/glog) - Leveled execution logs for Go. * [gologex](https://github.com/chzyer/gologex) - An golang log lib, supports tracking and level, wrap by standard log lib * [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers. +* [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level 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. -* [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level handlers. ## Machine Learning