2015-10-10 07:29:18 +00:00
|
|
|
# go-flog
|
|
|
|
|
|
|
|
A library that provides structured and formatted logging for the Go programming language.
|
|
|
|
|
|
|
|
|
|
|
|
## Documention
|
|
|
|
|
|
|
|
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-flog
|
|
|
|
|
|
|
|
[![GoDoc](https://godoc.org/github.com/reiver/go-flog?status.svg)](https://godoc.org/github.com/reiver/go-flog)
|
|
|
|
|
2015-10-11 04:04:16 +00:00
|
|
|
|
|
|
|
## More Routers
|
|
|
|
|
|
|
|
In addition to the builtin routers that go-flog comes with, other external
|
|
|
|
routers are also available. These include:
|
|
|
|
|
|
|
|
* [go-slackchannelrouter](https://github.com/reiver/go-slackchannelrouter) Makes it so log messages get posted to a Slack channel.
|