The development of this library is discontinued and we encourage you to avoid using it in new projects. There are better alternatives out there.
Simple logging package in Go used at Cabify. Originally forked from cenkalti/log
$ go get github.com/cabify/go-logging
- Log levels (DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL)
- Different colored output for different log levels
- Customizable logging handlers
- Customizable formatters
- Log to multiple backends concurrently
See https://github.com/cabify/go-logging/blob/master/example/example.go