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-core 1.0.0


Group ID:
com.outr.scribe
Artifact ID:
scribe-core_2.11
Version:
1.0.0
Release Date:
Jan 27, 2016
Licenses:
MIT

libraryDependencies += "com.outr.scribe" %% "scribe-core" % "1.0.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.outr.scribe::scribe-core:1.0.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.outr.scribe::scribe-core:1.0.0"

Ammonite REPL

import $ivy.`com.outr.scribe::scribe-core:1.0.0`
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-core_2.11</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.outr.scribe', name: 'scribe-core_2.11', version: '1.0.0'