SLF4J Extensions Module

Extensions to the SLF4J API

License

License

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

uk.co.nichesolutions
ArtifactId

ArtifactId

slf4j-ext
Last Version

Last Version

1.7.22-CUSTOM
Release Date

Release Date

Type

Type

jar
Description

Description

SLF4J Extensions Module
Extensions to the SLF4J API
Project URL

Project URL

http://www.slf4j.org
Project Organization

Project Organization

QOS.ch

Download slf4j-ext

How to add to project

<!-- https://jarcasting.com/artifacts/uk.co.nichesolutions/slf4j-ext/ -->
<dependency>
    <groupId>uk.co.nichesolutions</groupId>
    <artifactId>slf4j-ext</artifactId>
    <version>1.7.22-CUSTOM</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.nichesolutions/slf4j-ext/
implementation 'uk.co.nichesolutions:slf4j-ext:1.7.22-CUSTOM'
// https://jarcasting.com/artifacts/uk.co.nichesolutions/slf4j-ext/
implementation ("uk.co.nichesolutions:slf4j-ext:1.7.22-CUSTOM")
'uk.co.nichesolutions:slf4j-ext:jar:1.7.22-CUSTOM'
<dependency org="uk.co.nichesolutions" name="slf4j-ext" rev="1.7.22-CUSTOM">
  <artifact name="slf4j-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.nichesolutions', module='slf4j-ext', version='1.7.22-CUSTOM')
)
libraryDependencies += "uk.co.nichesolutions" % "slf4j-ext" % "1.7.22-CUSTOM"
[uk.co.nichesolutions/slf4j-ext "1.7.22-CUSTOM"]

Dependencies

compile (4)

Group / Artifact Type Version
uk.co.nichesolutions : slf4j-api jar 1.7.22-CUSTOM
ch.qos.cal10n : cal10n-api jar 0.8.1
javassist : javassist Optional jar 3.4.GA
commons-lang : commons-lang Optional jar 2.4

test (2)

Group / Artifact Type Version
uk.co.nichesolutions : slf4j-log4j12 jar 1.7.22-CUSTOM
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

About SLF4J

The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time. More information can be found on the SLF4J website.

Build Status

Build Status

How to contribute pull requests

If you are interested in improving SLF4J, great! The SLF4J community looks forward to your contribution. Please follow this process:

  1. Start a discussion on the slf4j-dev mailing list about your proposed change. Alternately file a bug report.
  2. Fork qos-ch/slf4j. Ideally, create a new branch from your fork for your contribution to make it easier to merge your changes back.
  3. Make your changes on the branch you hopefuly created in Step 2. Be sure that your code passes existing unit tests. Please add unit tests for your work if appropriate. It usually is.
  4. Push your changes to your fork/branch in github. Don't push it to your master! If you do it will make it harder to submit new changes later.
  5. Submit a pull request to SLF4J from from your commit page on github.

Versions

Version
1.7.22-CUSTOM