c

com.github.marschall.log4j-equinox

A Log4j 2 API implementation using the Equinox ExtendedLogService.
https://github.com/marschall/log4j-equinox
EPL-2.0
Philippe Marschall
Files download
File Operation
com.github.marschall.log4j-equinox-2.22.1.jar download
com.github.marschall.log4j-equinox-2.22.1.pom download
com.github.marschall.log4j-equinox-2.22.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>com.github.marschall.log4j-equinox</artifactId>
  <version>2.22.1</version>
  <type>eclipse-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.marschall:com.github.marschall.log4j-equinox:2.22.1'
Gradle Kotlin
implementation("com.github.marschall:com.github.marschall.log4j-equinox:2.22.1")
Scala SBT
libraryDependencies += "com.github.marschall" % "com.github.marschall.log4j-equinox" % "2.22.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marschall', module='com.github.marschall.log4j-equinox', version='2.22.1')
)
Apache Ivy
<dependency org="com.github.marschall" name="com.github.marschall.log4j-equinox" rev="2.22.1" />
Leiningen
[com.github.marschall/com.github.marschall.log4j-equinox "2.22.1"]
Apache Buildr
'com.github.marschall:com.github.marschall.log4j-equinox:jar:2.22.1'