Skip to content

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