Skip to content

Commit

Permalink
Merge pull request avelino#190 from chzyer/patch-1
Browse files Browse the repository at this point in the history
add a logging lib
  • Loading branch information
mholt committed Oct 15, 2014
2 parents 6dc218a + c54fb74 commit 090ffa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ 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.
* [lumberjack](https://github.com/natefinch/lumberjack) - Simple rolling logger, implements io.WriteCloser.
Expand Down

0 comments on commit 090ffa1

Please sign in to comment.