Skip to content
/ fluflu Public

Yet another Fluentd logger for Scala 💎

License

Notifications You must be signed in to change notification settings

tkrs/fluflu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluflu

Yet another fluentd logger for scala

CI Release Tagging codecov.io Maven Central

How to use it

Add to your build.sbt

libraryDependencies ++= Seq(
  "fluflu-core",
  "fluflu-msgpack-mess"
).map(m => "com.github.tkrs" %% m % "x.y.z")

And, so look at this example

LICENSE

MIT