i

instrumentation-log4j

Instrumentation for Log4j
The Apache Software License, Version 2.0
Files download
File Operation
instrumentation-log4j-0.14.9.jar download
instrumentation-log4j-0.14.9.pom download
instrumentation-log4j-0.14.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glowroot.instrumentation</groupId>
  <artifactId>instrumentation-log4j</artifactId>
  <version>0.14.9</version>
</dependency>
Gradle Groovy
implementation 'org.glowroot.instrumentation:instrumentation-log4j:0.14.9'
Gradle Kotlin
implementation("org.glowroot.instrumentation:instrumentation-log4j:0.14.9")
Scala SBT
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-log4j" % "0.14.9"
Groovy Grape
@Grapes(
  @Grab(group='org.glowroot.instrumentation', module='instrumentation-log4j', version='0.14.9')
)
Apache Ivy
<dependency org="org.glowroot.instrumentation" name="instrumentation-log4j" rev="0.14.9" />
Leiningen
[org.glowroot.instrumentation/instrumentation-log4j "0.14.9"]
Apache Buildr
'org.glowroot.instrumentation:instrumentation-log4j:jar:0.14.9'