t

tracedepth-log4j2-plugin

A simple Log4j2 plugin to visualize method the depth of the traceEntry() and traceExit() call pairs.
https://github.com/metlos/tracedepth-log4j2-plugin
Apache License, Version 2.0
Lukas Krejci
Lukas Krejci
Files download
File Operation
tracedepth-log4j2-plugin-0.1.0.jar download
tracedepth-log4j2-plugin-0.1.0.pom download
tracedepth-log4j2-plugin-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>pw.krejci</groupId>
  <artifactId>tracedepth-log4j2-plugin</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'pw.krejci:tracedepth-log4j2-plugin:0.1.0'
Gradle Kotlin
implementation("pw.krejci:tracedepth-log4j2-plugin:0.1.0")
Scala SBT
libraryDependencies += "pw.krejci" % "tracedepth-log4j2-plugin" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='pw.krejci', module='tracedepth-log4j2-plugin', version='0.1.0')
)
Apache Ivy
<dependency org="pw.krejci" name="tracedepth-log4j2-plugin" rev="0.1.0" />
Leiningen
[pw.krejci/tracedepth-log4j2-plugin "0.1.0"]
Apache Buildr
'pw.krejci:tracedepth-log4j2-plugin:jar:0.1.0'