Package logging provides logging functionality for Go. Features include logging standard and formatted messages, log levels, the means to control visibility of log levels, prefixed log entries and printing simulated progress bars.
Use go get
to fetch the package sources:
$ go get github.com/InfinityTools/go-logging
After that the package can be found in:
$GOPATH/src/github.com/InfinityTools/go-logging
Use go get -u
to update the package if needed.
For docs, see https://godoc.org/github.com/InfinityTools/go-logging .
Package logging is released under the BSD 2-clause license. See LICENSE for more details.