SLF4J Binding

Binding between SLF4J API and Log4J2 Core

License

License

Categories

Categories

Logging Application Layer Libs SLF4J
GroupId

GroupId

org.apache.logging.log4j
ArtifactId

ArtifactId

slf4j-impl
Last Version

Last Version

2.0-alpha2
Release Date

Release Date

Type

Type

jar
Description

Description

SLF4J Binding
Binding between SLF4J API and Log4J2 Core
Project Organization

Project Organization

Apache Software Foundation

Download slf4j-impl

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/slf4j-impl/ -->
<dependency>
    <groupId>org.apache.logging.log4j</groupId>
    <artifactId>slf4j-impl</artifactId>
    <version>2.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/slf4j-impl/
implementation 'org.apache.logging.log4j:slf4j-impl:2.0-alpha2'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/slf4j-impl/
implementation ("org.apache.logging.log4j:slf4j-impl:2.0-alpha2")
'org.apache.logging.log4j:slf4j-impl:jar:2.0-alpha2'
<dependency org="org.apache.logging.log4j" name="slf4j-impl" rev="2.0-alpha2">
  <artifact name="slf4j-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='slf4j-impl', version='2.0-alpha2')
)
libraryDependencies += "org.apache.logging.log4j" % "slf4j-impl" % "2.0-alpha2"
[org.apache.logging.log4j/slf4j-impl "2.0-alpha2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.4
org.slf4j : slf4j-ext jar 1.6.4
org.apache.logging.log4j : log4j-api jar 2.0-alpha2
org.apache.logging.log4j : log4j-core jar 2.0-alpha2

test (2)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core test-jar 2.0-alpha2
junit : junit jar 4.3.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0-alpha2
2.0-alpha1