The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.
scribe-slf4j 1.2.5
Group ID:
com.outr.scribe
Artifact ID:
scribe-slf4j_2.11
Version:
1.2.5
Release Date:
Sep 3, 2016
Licenses:
libraryDependencies += "com.outr.scribe" %% "scribe-slf4j" % "1.2.5" resolvers += Resolver.bintrayJCenter
ivy"com.outr.scribe::scribe-slf4j:1.2.5" MavenRepository("https://jcenter.bintray.com")
//> using dep "com.outr.scribe::scribe-slf4j:1.2.5"
import $ivy.`com.outr.scribe::scribe-slf4j:1.2.5` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray's JCenter", "Some(https://jcenter.bintray.com)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.outr.scribe</groupId> <artifactId>scribe-slf4j_2.11</artifactId> <version>1.2.5</version> </dependency>
compile group: 'com.outr.scribe', name: 'scribe-slf4j_2.11', version: '1.2.5'