diff --git a/README.md b/README.md index 19be296c..71bcaff2 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [glog](https://github.com/golang/glog) - Leveled execution logs for Go. * [gologex](https://github.com/chzyer/gologex) - An golang log lib, supports tracking and level, wrap by standard log lib * [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers. +* [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level handlers. * [logrus](https://github.com/sirupsen/logrus) - Structured, pluggable logging for Go. * [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.