scalawag / timber   0.6.0

Apache License 2.0 Website GitHub

A Scala-style logging library.

Scala versions: 2.13 2.12 2.11 2.10
sbt plugins: 1.0

timber

License Build Status Coverage Status

Timber is a logging system for Scala applications. It is written in Scala and takes advantage of its unique language features. It's not a wrapper for an existing Java logging library.

For more information, check out :

Building from Source

Building the Documentation

To build the documentation site, you need to install the Jekyll Ruby gem:

sudo gem install jekyll

Then, to build the documentation site:

sbt makeSite