slf4j-over-timber


License

License

Categories

Categories

Scala Languages SLF4J Application Layer Libs Logging
GroupId

GroupId

org.scalawag.timber
ArtifactId

ArtifactId

slf4j-over-timber_2.11
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

bundle
Description

Description

slf4j-over-timber
slf4j-over-timber
Project URL

Project URL

http://scalawag.org/timber
Project Organization

Project Organization

org.scalawag.timber
Source Code Management

Source Code Management

http://github.com/scalawag/timber

Download slf4j-over-timber_2.11

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7
org.scalawag.timber : timber-api_2.11 jar 0.6.0
org.slf4j : slf4j-api jar 1.6.1

provided (2)

Group / Artifact Type Version
org.scoverage : scalac-scoverage-runtime_2.11 jar 1.1.1
org.scoverage : scalac-scoverage-plugin_2.11 jar 1.1.1

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 2.2.4
org.scalamock : scalamock-scalatest-support_2.11 jar 3.2.2

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.6.0
0.5.0