is not current version
Last Version 1.9.0

de.christofreichardt:tracelogger 1.7.0-rc2

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

GroupId

GroupId

de.christofreichardt
ArtifactId

ArtifactId

tracelogger
Version

Version

1.7.0-rc2
Type

Type

jar

Download tracelogger 1.7.0-rc2


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