logrus/hooks/raygun
Philip Allen d97bbff05e Moving raygun hook to its own repositiroy at github.com/squirkle/logrus-raygun-hook 2015-05-01 10:48:23 -04:00
..
README.md Moving raygun hook to its own repositiroy at github.com/squirkle/logrus-raygun-hook 2015-05-01 10:48:23 -04:00

README.md

logrus-raygun-hook

A Raygun.io hook for logrus

Usage

import (
  log "github.com/Sirupsen/logrus"
  "github.com/squirkle/logrus-raygun-hook"
)

func init() {
  log.AddHook(raygun.NewHook("https://api.raygun.io/entries", "yourApiKey", true))
}

Project status

Both this logrus hook and the goraygun library are works in progress. Be aware of the possibility of upcoming improvements/API changes.