From 97997b0ba1cbb0259927c33e29559933edede2fb Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Sun, 6 Jul 2014 15:50:01 -0300 Subject: [PATCH] added Logging section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a7d099fc..c5ff09c3 100644 --- a/README.md +++ b/README.md @@ -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.