Added go-log (#2816)

This commit is contained in:
Pieter Claerhout 2019-11-25 21:59:37 +01:00 committed by Ceriath
parent 3a5b170f97
commit a06a67ef66

View File

@ -949,6 +949,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [glo](https://github.com/lajosbencz/glo) - PHP Monolog inspired logging facility with identical severity levels.
* [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/pieterclaerhout/go-log) - A logging library with strack traces, object dumping and optional timestamps.
* [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.