de.christofreichardt:tracelogger

A trace tool which produces clearly arranged logs by indenting the trace messages depending on the depth of the call stack.

License

License

GroupId

GroupId

de.christofreichardt
ArtifactId

ArtifactId

tracelogger
Last Version

Last Version

1.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

de.christofreichardt:tracelogger
A trace tool which produces clearly arranged logs by indenting the trace messages depending on the depth of the call stack.
Project URL

Project URL

http://www.christofreichardt.de/Projektstudien/TraceLogger/index.html
Source Code Management

Source Code Management

https://github.com/chr78rm/tracelogger

Download tracelogger

How to add to project

<!-- https://jarcasting.com/artifacts/de.christofreichardt/tracelogger/ -->
<dependency>
    <groupId>de.christofreichardt</groupId>
    <artifactId>tracelogger</artifactId>
    <version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.christofreichardt/tracelogger/
implementation 'de.christofreichardt:tracelogger:1.9.0'
// https://jarcasting.com/artifacts/de.christofreichardt/tracelogger/
implementation ("de.christofreichardt:tracelogger:1.9.0")
'de.christofreichardt:tracelogger:jar:1.9.0'
<dependency org="de.christofreichardt" name="tracelogger" rev="1.9.0">
  <artifact name="tracelogger" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.christofreichardt', module='tracelogger', version='1.9.0')
)
libraryDependencies += "de.christofreichardt" % "tracelogger" % "1.9.0"
[de.christofreichardt/tracelogger "1.9.0"]

Dependencies

provided (3)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.10
org.apache.logging.log4j : log4j-api jar 2.17.1
org.apache.logging.log4j : log4j-core jar 2.17.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.9.0
1.8.0
1.7.1
1.7.0
1.7.0-rc2