From 55a0c662c6a3b77fc8a2b7f507edc7708a7e672c Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sat, 10 Oct 2015 21:05:53 -0700 Subject: [PATCH] updated docs --- doc.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc.go b/doc.go index 03946c4..b9fe78d 100644 --- a/doc.go +++ b/doc.go @@ -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