lazydocker/vendor/github.com/jesseduffield/rollrus
2019-07-03 23:41:37 +10:00
..
.travis.yml bump gocui fork 2019-07-03 23:41:37 +10:00
go.mod bump gocui fork 2019-07-03 23:41:37 +10:00
go.sum bump gocui fork 2019-07-03 23:41:37 +10:00
LICENSE use fork of roll so that we don't crash on 429 errors 2019-06-29 20:50:24 +10:00
README.md bump gocui fork 2019-07-03 23:41:37 +10:00
rollrus.go use fork of roll so that we don't crash on 429 errors 2019-06-29 20:50:24 +10:00

Build Status GoDoc

What

Rollrus is what happens when Logrus meets Roll.

When a .Error, .Fatal or .Panic logging function is called, report the details to rollbar via a Logrus hook.

Delivery is synchronous to help ensure that logs are delivered.

If the error includes a StackTrace, that StackTrace is reported to rollbar.

Usage

Examples available in the tests or on GoDoc.