ez-logging Build Status

A fast, easy to use set of logging tools wrapping SLF4J in a functional manner.

Getting ez-logging

Usage with SBT, adding a dependency to the latest version of Scala Logging to your sbt build definition file:

libraryDependencies += "com.ezoky" %% "ez-logging" % "0.1.0"

A compatible logging backend is Logback, add it to your sbt build definition:

libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"