dendrite/vendor/src/github.com/matrix-org/dugong
2017-02-20 15:46:30 +00:00
..
fshook.go Add dugong to support writing to disk/rotations 2017-02-20 15:46:30 +00:00
fshook_test.go Add dugong to support writing to disk/rotations 2017-02-20 15:46:30 +00:00
LICENSE Add dugong to support writing to disk/rotations 2017-02-20 15:46:30 +00:00
README.md Add dugong to support writing to disk/rotations 2017-02-20 15:46:30 +00:00

dugong

Logging utilities for logrus.

To develop on this library, you need logrus on your GOPATH:

go get github.com/Sirupsen/logrus

You can then run its tests by running

go test