License |
License |
---|---|
GroupId | GroupIdde.christofreichardt |
ArtifactId | ArtifactIdtracelogger |
Last Version | Last Version1.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionde.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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tracelogger-1.9.0.pom | |
tracelogger-1.9.0.jar | 58 KB |
tracelogger-1.9.0-sources.jar | 42 KB |
tracelogger-1.9.0-javadoc.jar | 247 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |