From 8d925c9f6026cb4489da2e68fdf248cad4d21a4b Mon Sep 17 00:00:00 2001 From: "Juan B. Rodriguez" Date: Fri, 15 May 2015 06:50:40 -0500 Subject: [PATCH] Add mlog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0705a456..e77a416d 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [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. +* [mlog](https://github.com/jbrodriguez/mlog) - A simple logging module for go, with 5 levels, an optional rotating logfile feature and stdout/stderr output. * [seelog](https://github.com/cihub/seelog) - logging functionality with flexible dispatching, filtering, and formatting. * [stdlog](https://github.com/alexcesaro/log) - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs. * [tail](https://github.com/ActiveState/tail) - A Go package striving to emulate the features of the BSD tail program.