Skip to content

skifli/golog

Repository files navigation

golog

Go Report Card GoDoc Lines of Code

golog implements a logging infrastructure for Go. It focuses on performance, while providing a simple API.

Installation

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

Example

The example demonstrates the majority of the features found in golog.

Example Output

Documentation

See the godoc reference.