Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 💎
- Host: GitHub
- URL: https://github.com/tkrs/fluflu
- Owner: tkrs
- License: mit
- Created: 2015-08-08T13:45:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T03:12:59.000Z (3 months ago)
- Last Synced: 2024-11-02T07:33:31.748Z (2 months ago)
- Topics: fluentd-logger
- Language: Scala
- Homepage:
- Size: 1020 KB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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