Many web/mobile applications generate huge amount of event logs (c,f. login, logout, purchase, follow, etc). To analyze these event logs could be really valuable for improving the service. However, the challenge is collecting these logs easily and reliably.
Fluentd solves that problem by having: easy installation, small footprint, plugins, reliable buffering, log forwarding, etc.
fluent-logger-scala is a Scala library, to record the events from Scala application, based on fluent-logger-java.
Main difference between scala and java version is to support Scala Collection.
fluent-logger-scala

Fluentd logger for Scala
Many web/mobile applications generate huge amount of event logs (c,f. login, logout, purchase, follow, etc). To analyze these event logs could be really valuable for improving the service. However, the challenge is collecting these logs easily and reliably.
Fluentd solves that problem by having: easy installation, small footprint, plugins, reliable buffering, log forwarding, etc.
fluent-logger-scala is a Scala library, to record the events from Scala application, based on fluent-logger-java. Main difference between scala and java version is to support Scala Collection.
Please see QuickStart to get started!
Usage
API
fluent-logger-scala API is based on fluent-logger-java:
For Developers
Publishing to Maven Central
Describe your account information in $HOME/.sbt/(sbt-version)/sonatype.sbt file:
The release command will publish signed artifacts to the Sonatype repository, and perform releasing to Maven Central:
License and Copyright
Misc
This document is inspired by fluent-logger-python