added logutils to Logging category

checkGoreportcard
Patrick D. 9 years ago
parent edeafd3d30
commit 8f52a3ec32

@ -356,6 +356,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
* [log-voyage](https://github.com/firstrow/logvoyage) - Full-featured logging saas writen in golang.
* [logrus](https://github.com/sirupsen/logrus) - Structured, pluggable logging for Go.
* [logrusly](https://github.com/sebest/logrusly) - [logrus](https://github.com/sirupsen/logrus) plug-in to send errors to a [Loggly](https://www.loggly.com/).
* [logutils](https://github.com/hashicorp/logutils) - Utilities for slightly better logging in Go (Golang) extending the standard logger.
* [logxi](https://github.com/mgutz/logxi) - A 12-factor app logger that is fast and makes you happy.
* [lumberjack](https://github.com/natefinch/lumberjack) - Simple rolling logger, implements io.WriteCloser.
* [seelog](https://github.com/cihub/seelog) - logging functionality with flexible dispatching, filtering, and formatting.

Loading…
Cancel
Save