added Logging section

This commit is contained in:
Thiago Avelino 2014-07-06 15:50:01 -03:00
parent 0d75310d22
commit 97997b0ba1

View File

@ -171,6 +171,14 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
* [tsuru](http://www.tsuru.io/) - An extensible and open source Platform as a Service software.
## Logging
*Libraries for generating and working with log files.*
* [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.
# Resources
Where to discover new Go libraries.