updated docs

master
Charles Iliya Krempeaux 2015-10-10 21:05:53 -07:00
parent edbb25ab53
commit 55a0c662c6
1 changed files with 8 additions and 0 deletions

8
doc.go
View File

@ -91,6 +91,14 @@ For example:
flogger = flog.New(router)
}
More Routers
In addition to the builtin routers that go-flog comes with, other external
routers are also available. These include:
go-slackchannelrouter:
Makes it so log messages get posted to a Slack channel.
https://github.com/reiver/go-slackchannelrouter
*/
package flog