Last Version

CallDepth Log4j2 Plugin 0.1.0

A simple Log4j2 plugin to visualize method call-chain depth by tracking traceEntry() and traceExit() calls.

License

License

GroupId

GroupId

pw.krejci
ArtifactId

ArtifactId

calldepth-log4j2-plugin
Version

Version

0.1.0
Type

Type

jar
Description

Description

CallDepth Log4j2 Plugin
A simple Log4j2 plugin to visualize method call-chain depth by tracking traceEntry() and traceExit() calls.
Project URL

Project URL

https://github.com/metlos/call-depth-log4j2-plugin
Project Organization

Project Organization

Lukas Krejci
Source Code Management

Source Code Management

https://github.com/metlos/call-depth-log4j2-plugin

Download calldepth-log4j2-plugin 0.1.0


<!-- https://jarcasting.com/artifacts/pw.krejci/calldepth-log4j2-plugin/ -->
<dependency>
    <groupId>pw.krejci</groupId>
    <artifactId>calldepth-log4j2-plugin</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/pw.krejci/calldepth-log4j2-plugin/
implementation 'pw.krejci:calldepth-log4j2-plugin:0.1.0'
// https://jarcasting.com/artifacts/pw.krejci/calldepth-log4j2-plugin/
implementation ("pw.krejci:calldepth-log4j2-plugin:0.1.0")
'pw.krejci:calldepth-log4j2-plugin:jar:0.1.0'
<dependency org="pw.krejci" name="calldepth-log4j2-plugin" rev="0.1.0">
  <artifact name="calldepth-log4j2-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='pw.krejci', module='calldepth-log4j2-plugin', version='0.1.0')
)
libraryDependencies += "pw.krejci" % "calldepth-log4j2-plugin" % "0.1.0"
[pw.krejci/calldepth-log4j2-plugin "0.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar 2.12.1
org.apache.logging.log4j : log4j-core jar 2.12.1

Project Modules

There are no modules declared in this project.