Skip to content

m0wfo/hystrix-slf4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hystrix-slf4j

tl;dr- it's a Hystrix reporter for SLF4J loggers

Logentries ♥ Hystrix :)

Skim through this post if you're curious.

Quick start

You'll need Maven and JDK 7+. mvn clean package will download everything and build a JAR for you. Assuming you're using a dropwizard app, dropping in the reporter is as simple as adding the dependency and this line to your run() method:

environment.lifecycle().manage(new LogentriesReporter());

Actually, there's not much more to it than that!

About

Hystrix reporter for SLF4J loggers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages