apache-log4j-extras

apache-log4j-extras

This package provides additional appenders, filters and other capabilities for version 1.2 of Apache log4j™. Several of these were backported from the abandoned Apache log4j 1.3 development effort.
http://logging.apache.org/log4j/extras
Files download
File Operation
apache-log4j-extras-1.2.17.jar download
apache-log4j-extras-1.2.17.pom download
Apache Maven
<dependency>
  <groupId>log4j</groupId>
  <artifactId>apache-log4j-extras</artifactId>
  <version>1.2.17</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'log4j:apache-log4j-extras:1.2.17'
Gradle Kotlin
implementation("log4j:apache-log4j-extras:1.2.17")
Scala SBT
libraryDependencies += "log4j" % "apache-log4j-extras" % "1.2.17"
Groovy Grape
@Grapes(
  @Grab(group='log4j', module='apache-log4j-extras', version='1.2.17')
)
Apache Ivy
<dependency org="log4j" name="apache-log4j-extras" rev="1.2.17" />
Leiningen
[log4j/apache-log4j-extras "1.2.17"]
Apache Buildr
'log4j:apache-log4j-extras:jar:1.2.17'