Simple logging package in Go.
$ go get github.com/koding/logging
- Log levels (DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL)
- Different colored output for different levels (can be disabled)
- No global state in package
- Customizable logging handlers
- Customizable formatters
- Log to multiple backends concurrently
- Context based (inherited) loggers
See https://github.com/koding/logging/blob/master/example/example.go