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-0.1.0.jar download
com.github.marschall.log4j-equinox-0.1.0.pom download
com.github.marschall.log4j-equinox-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>com.github.marschall.log4j-equinox</artifactId>
  <version>0.1.0</version>
  <type>eclipse-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.marschall:com.github.marschall.log4j-equinox:0.1.0'
Gradle Kotlin
implementation("com.github.marschall:com.github.marschall.log4j-equinox:0.1.0")
Scala SBT
libraryDependencies += "com.github.marschall" % "com.github.marschall.log4j-equinox" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marschall', module='com.github.marschall.log4j-equinox', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.marschall" name="com.github.marschall.log4j-equinox" rev="0.1.0" />
Leiningen
[com.github.marschall/com.github.marschall.log4j-equinox "0.1.0"]
Apache Buildr
'com.github.marschall:com.github.marschall.log4j-equinox:jar:0.1.0'