tkrs / fluflu   0.24.9

MIT License GitHub

Yet another Fluentd logger for Scala 💎

Scala versions: 3.x 2.13 2.12 2.11

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