outr / scribe   3.13.2

Contributors Wanted MIT License GitHub

The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.

Scala versions: 3.x 2.13 2.12 2.11
Scala.js versions: 1.x 0.6
Scala Native versions: 0.4 0.3

scribe-slf4j 1.2.1


Group ID:
com.outr.scribe
Artifact ID:
scribe-slf4j_2.11
Version:
1.2.1
Release Date:
Mar 28, 2016
Licenses:
MIT

libraryDependencies += "com.outr.scribe" %% "scribe-slf4j" % "1.2.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.outr.scribe::scribe-slf4j:1.2.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.outr.scribe::scribe-slf4j:1.2.1"

Ammonite REPL

import $ivy.`com.outr.scribe::scribe-slf4j:1.2.1`
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.1</version>
</dependency>

compile group: 'com.outr.scribe', name: 'scribe-slf4j_2.11', version: '1.2.1'