All Projects → heroku → rollrus

heroku / rollrus

Licence: MIT License
Logrus Rollbar Hook

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to rollrus

angular-rollbar-source-maps
Angular 2+ implementation to upload sourcemaps to Rollbar
Stars: ✭ 17 (-15%)
Mutual labels:  rollbar
go-contrib
Helper for Log configuration, Mixin for properties with fangs
Stars: ✭ 20 (+0%)
Mutual labels:  logrus
go2sky-plugins
The plugins of go2sky
Stars: ✭ 46 (+130%)
Mutual labels:  logrus
nuxt-rollbar-module
Nuxt.js module for Rollbar
Stars: ✭ 34 (+70%)
Mutual labels:  rollbar
logrus-redis-hook
Hook for Logrus which enables logging to RELK stack (Redis, Elasticsearch, Logstash and Kibana)
Stars: ✭ 33 (+65%)
Mutual labels:  logrus
flash rollbar
Flash notifier for Rollbar
Stars: ✭ 12 (-40%)
Mutual labels:  rollbar
Rollbar.NET
Rollbar for .NET
Stars: ✭ 62 (+210%)
Mutual labels:  rollbar
yii2-rollbar
Rollbar for Yii2
Stars: ✭ 36 (+80%)
Mutual labels:  rollbar
rollbar-java
Rollbar for Java and Android
Stars: ✭ 71 (+255%)
Mutual labels:  rollbar
go-starter
Go 服务框架脚手架. 整合 echo、swag、viper、nsq、logrus、fx、xorm、cobra 等第三方库
Stars: ✭ 145 (+625%)
Mutual labels:  logrus
go-gin-logrus
Gin Web Framework for using Logrus as the Gin logger with Tracing middleware
Stars: ✭ 38 (+90%)
Mutual labels:  logrus
rollbar-agent
A daemon to monitor log files and push messages to Rollbar
Stars: ✭ 67 (+235%)
Mutual labels:  rollbar
we-js-logger
Universal logger with transports to Rollbar and Logentries. Uses bunyan under the hood.
Stars: ✭ 14 (-30%)
Mutual labels:  rollbar
loggers
Abstract logging for Golang projects. A kind of log4go in the spirit of log4j
Stars: ✭ 17 (-15%)
Mutual labels:  logrus
Logrus
Structured, pluggable logging for Go.
Stars: ✭ 19,469 (+97245%)
Mutual labels:  logrus
ephemeral-roles
A Discord bot for managing ephemeral roles based upon voice channel member presence.
Stars: ✭ 57 (+185%)
Mutual labels:  logrus

CircleCI GoDoc

What

Rollrus is what happens when Logrus meets Rollbar.

Install the hook into a Logrus logger to report logged messages to Rollbar. By default, only messages with the Error, Fatal, or Panic level are reported.

Panic and Fatal errors are reported synchronously to help ensure that logs are delivered before the process exits. All other messages are delivered in the background, and may be dropped if the queue is full.

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

Usage

Examples available in the tests or on GoDoc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].