apache-log4j-extras

apache-log4j-extras

This companion 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:80/log4j/companions/extras
Apache License, Version 2.0
The Apache Software Foundation
Files download
File Operation
apache-log4j-extras-1.1.jar download
apache-log4j-extras-1.1.pom download
apache-log4j-extras-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>log4j</groupId>
  <artifactId>apache-log4j-extras</artifactId>
  <version>1.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'log4j:apache-log4j-extras:1.1'
Gradle Kotlin
implementation("log4j:apache-log4j-extras:1.1")
Scala SBT
libraryDependencies += "log4j" % "apache-log4j-extras" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='log4j', module='apache-log4j-extras', version='1.1')
)
Apache Ivy
<dependency org="log4j" name="apache-log4j-extras" rev="1.1" />
Leiningen
[log4j/apache-log4j-extras "1.1"]
Apache Buildr
'log4j:apache-log4j-extras:jar:1.1'
Dependencies