ez-logging

A simple Scala logging toolset that provides with an opinionated API on logging system and some convenient utilities to simplify developer experience.

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.ezoky
ArtifactId

ArtifactId

ez-logging_2.12
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

ez-logging
A simple Scala logging toolset that provides with an opinionated API on logging system and some convenient utilities to simplify developer experience.
Project URL

Project URL

https://github.com/ezoky/ez-logging
Project Organization

Project Organization

EZOKY
Source Code Management

Source Code Management

https://github.com/ezoky/ez-logging

Download ez-logging_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.ezoky/ez-logging_2.12/ -->
<dependency>
    <groupId>com.ezoky</groupId>
    <artifactId>ez-logging_2.12</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ezoky/ez-logging_2.12/
implementation 'com.ezoky:ez-logging_2.12:0.1.0'
// https://jarcasting.com/artifacts/com.ezoky/ez-logging_2.12/
implementation ("com.ezoky:ez-logging_2.12:0.1.0")
'com.ezoky:ez-logging_2.12:jar:0.1.0'
<dependency org="com.ezoky" name="ez-logging_2.12" rev="0.1.0">
  <artifact name="ez-logging_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ezoky', module='ez-logging_2.12', version='0.1.0')
)
libraryDependencies += "com.ezoky" % "ez-logging_2.12" % "0.1.0"
[com.ezoky/ez-logging_2.12 "0.1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.12
org.slf4j : slf4j-api jar 1.7.30
org.scala-lang : scala-reflect jar 2.12.12

test (4)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
org.scalatest : scalatest_2.12 jar 3.2.2
org.mockito : mockito-scala_2.12 jar 1.16.0
com.novocode : junit-interface jar 0.11

Project Modules

There are no modules declared in this project.

ez-logging Build Status

A fast, easy to use set of logging tools wrapping SLF4J in a functional manner.

Getting ez-logging

Usage with SBT, adding a dependency to the latest version of Scala Logging to your sbt build definition file:

libraryDependencies += "com.ezoky" %% "ez-logging" % "0.1.0"

A compatible logging backend is Logback, add it to your sbt build definition:

libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
com.ezoky

EZOKY

Versions

Version
0.1.0