golog implements a logging infrastructure for Go. It focuses on performance, while providing a simple API.
golog can be installed by using go get:
go get github.com/skifli/golog
After this command has been run, golog is ready to use. golog can be updated by using go get -u:
go get -u github.com/skifli/golog
The example demonstrates the majority of the features found in golog.
See the godoc reference.