Apache Log4j API

The Apache Log4j API

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

uk.co.nichesolutions.logging.log4j
ArtifactId

ArtifactId

log4j-api
Last Version

Last Version

2.6.3-CUSTOM
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Log4j API
The Apache Log4j API
Project URL

Project URL

http://logging.apache.org/log4j/2.x/log4j-api/
Project Organization

Project Organization

Apache Software Foundation

Download log4j-api

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.osgi : org.osgi.core jar 4.3.1

test (7)

Group / Artifact Type Version
org.apache.felix : org.apache.felix.framework jar 4.6.1
junit : junit jar 4.12
org.eclipse.osgi : org.eclipse.osgi jar 3.7.1
org.apache.maven : maven-core jar 3.3.9
org.apache.commons : commons-lang3 jar 3.4
com.fasterxml.jackson.core : jackson-core jar 2.8.0
com.fasterxml.jackson.core : jackson-databind jar 2.8.0

Project Modules

There are no modules declared in this project.

Apache Log4j 2

Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture.

Documentation

The Log4j 2 User's Guide is available here or as a downloadable PDF.

Requirements

Log4j 2.4 and greater requires Java 7, versions 2.0-alpha1 to 2.3 required Java 6. Some features require optional dependencies; the documentation for these features specifies the dependencies.

License

Apache Log4j 2 is distributed under the Apache License, version 2.0.

Download

How to download Log4j, and how to use it from Maven, Ivy and Gradle.

Versions

Version
2.6.3-CUSTOM