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 :
- the documentation site
- the API docs for the timber logging API
- the API docs for the timber logging backend
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