add another go-log (#1947)

This commit is contained in:
Guoqiang Chen 2018-05-21 08:37:50 +08:00 committed by Cássio Botaro
parent 9decf007da
commit 72c2438baa

View File

@ -703,6 +703,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [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-cronowriter](https://github.com/utahta/go-cronowriter) - Simple writer that rotate log files automatically based on current date and time, like cronolog.
* [go-log](https://github.com/subchen/go-log) - Simple and configurable Logging in Go, with level, formatters and writers.
* [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers.
* [go-log](https://github.com/ian-kent/go-log) - Log4j implementation in Go.
* [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level handlers.