wvlet / log   1.2.3

Apache License 2.0 GitHub

Fancy logging library for Scala

Scala versions: 2.12 2.11
Scala.js versions: 0.6

wvlet-log 1.0


Group ID:
org.wvlet
Artifact ID:
wvlet-log_2.11
Version:
1.0
Release Date:
Sept 10, 2016
Licenses:
Files:

libraryDependencies += "org.wvlet" %% "wvlet-log" % "1.0"

Mill build tool

ivy"org.wvlet::wvlet-log:1.0"

Scala CLI

//> using dep "org.wvlet::wvlet-log:1.0"

Ammonite REPL

import $ivy.`org.wvlet::wvlet-log:1.0`

<dependency>
  <groupId>org.wvlet</groupId>
  <artifactId>wvlet-log_2.11</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'org.wvlet', name: 'wvlet-log_2.11', version: '1.0'