From c54fb7443b93e11eb97ee1af103eca1db9d65bd1 Mon Sep 17 00:00:00 2001 From: Cheney Date: Wed, 15 Oct 2014 09:45:07 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c43b60d0..c98f923d 100644 --- a/README.md +++ b/README.md @@ -248,11 +248,11 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for generating and working with log files.* * [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. * [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