zio-slf4j


License

License

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

com.nequissimus
ArtifactId

ArtifactId

zio-slf4j_2.11
Last Version

Last Version

0.1.8
Release Date

Release Date

Type

Type

jar
Description

Description

zio-slf4j
zio-slf4j
Project URL

Project URL

http://nequissimus.com/
Project Organization

Project Organization

com.nequissimus
Source Code Management

Source Code Management

https://github.com/NeQuissimus/zio-slf4j

Download zio-slf4j_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.nequissimus/zio-slf4j_2.11/ -->
<dependency>
    <groupId>com.nequissimus</groupId>
    <artifactId>zio-slf4j_2.11</artifactId>
    <version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.nequissimus/zio-slf4j_2.11/
implementation 'com.nequissimus:zio-slf4j_2.11:0.1.8'
// https://jarcasting.com/artifacts/com.nequissimus/zio-slf4j_2.11/
implementation ("com.nequissimus:zio-slf4j_2.11:0.1.8")
'com.nequissimus:zio-slf4j_2.11:jar:0.1.8'
<dependency org="com.nequissimus" name="zio-slf4j_2.11" rev="0.1.8">
  <artifact name="zio-slf4j_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nequissimus', module='zio-slf4j_2.11', version='0.1.8')
)
libraryDependencies += "com.nequissimus" % "zio-slf4j_2.11" % "0.1.8"
[com.nequissimus/zio-slf4j_2.11 "0.1.8"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.lihaoyi : sourcecode_2.11 jar 0.1.6
org.scalaz : scalaz-core_2.11 jar 7.2.27
org.scalaz : scalaz-zio_2.11 jar 1.0-RC4
org.slf4j : slf4j-api jar 1.7.26

provided (1)

Group / Artifact Type Version
com.github.ghik : silencer-lib_2.11 jar 1.3.3

test (1)

Group / Artifact Type Version
com.lihaoyi : utest_2.11 jar 0.6.7

Project Modules

There are no modules declared in this project.

zio-slf4j

Referentially transparent logging with slf4j

Don't forget to include an implementation of slf4j-api (such as logback) on your classpath.

libraryDependencies += "com.nequissimus" %% "zio-slf4j" % "0.4.1"

Usage

For a simple usage example, see sample.scala.

Scalaz

zio-slf4j's dependency on Scalaz is entirely optional. It will only be used if already available, and not brought in transitively.

If Scalaz is availble on the application's classpath, methods using Show can be used. Otherwise, log messages will need to be of type String.

Versions

Version
0.1.8
0.1.6
0.1.5
0.1.4
0.1.2