feature add kpango/glg logging library (#1469)

This commit is contained in:
Yusuke Kato 2017-06-30 02:29:19 +09:00 committed by Felipe Oliveira
parent e65d181a80
commit c42c9071a9

View File

@ -595,6 +595,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for generating and working with log files.*
* [glg](https://github.com/kpango/glg) - glg is simple and fast leveled logging library for Go.
* [glog](https://github.com/golang/glog) - Leveled execution logs for Go.
* [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers.
* [go-log](https://github.com/ian-kent/go-log) - A log4j implementation in Go.