Go to file
Charles Iliya Krempeaux 7b9d03c556 switched NewDiscardRouter() to return the same instance each time. 2015-10-10 02:11:19 -07:00
LICENSE initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
README.md initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
context.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
context_test.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
discard_router.go switched NewDiscardRouter() to return the same instance each time. 2015-10-10 02:11:19 -07:00
discard_router_test.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
fatal.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
filtered_router.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
filtered_router_test.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
flog.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
flog_test.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
flogger.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
panic.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
print.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
router.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
with.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
with_test.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00
writing_router.go initial commit. this is still a work in progress. 2015-10-10 00:29:18 -07:00

README.md

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