Add github.com/utahta/go-cronowriter (#1508)

This commit is contained in:
Yuta Uekusa 2017-07-29 23:46:33 +09:00 committed by Avelino
parent 67fedeaf52
commit d9cf548e8c

View File

@ -607,6 +607,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) A simple writer that rotate log files automatically based on current date and time, like cronolog.
* [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.
* [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level handlers.