Skip to content

Latest commit

History

History
26 lines (18 loc) 路 1.06 KB

README.md

File metadata and controls

26 lines (18 loc) 路 1.06 KB

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