From a1f7c21c459f27240f1e65f7f4b882594c8c74e1 Mon Sep 17 00:00:00 2001 From: Cheney Date: Fri, 10 Oct 2014 15:27:51 +0800 Subject: [PATCH] add a logging lib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e982f46..c43b60d0 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,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. +* [gologex](https://github.com/chzyer/gologex) - An golang log lib, supports tracking and level, wrap by standard log lib ## Machine Learning