Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tkrs/fluflu

Yet another Fluentd logger for Scala 💎
https://github.com/tkrs/fluflu

fluentd-logger

Last synced: 2 months ago
JSON representation

Yet another Fluentd logger for Scala 💎

Awesome Lists containing this project

README

        

# fluflu

Yet another fluentd logger for scala

[![CI](https://github.com/tkrs/fluflu/workflows/CI/badge.svg)](https://github.com/tkrs/fluflu/actions?query=workflow%3ACI)
[![Release](https://github.com/tkrs/fluflu/workflows/Release/badge.svg)](https://github.com/tkrs/fluflu/actions?query=workflow%3ARelease)
[![Tagging](https://github.com/tkrs/fluflu/actions/workflows/tagging.yml/badge.svg)](https://github.com/tkrs/fluflu/actions/workflows/tagging.yml)
[![codecov](https://codecov.io/github/tkrs/fluflu/graph/badge.svg?token=p0aMOSH7M3)](https://codecov.io/github/tkrs/fluflu)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.tkrs/fluflu-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.tkrs/fluflu-core_2.12)

## How to use it

Add to your `build.sbt`

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

And, so look at this [example](https://github.com/tkrs/fluflu/tree/master/modules/examples/src/main/scala)

## LICENSE

MIT