License |
License |
---|---|
GroupId | GroupIdde.christofreichardt |
ArtifactId | ArtifactIdtracelogger |
Version | Version1.8.0 |
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.8.0.pom | |
tracelogger-1.8.0.jar | 60 KB |
tracelogger-1.8.0-sources.jar | 45 KB |
tracelogger-1.8.0-javadoc.jar | 253 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.christofreichardt/tracelogger/ -->
<dependency>
<groupId>de.christofreichardt</groupId>
<artifactId>tracelogger</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.christofreichardt/tracelogger/
implementation 'de.christofreichardt:tracelogger:1.8.0'
// https://jarcasting.com/artifacts/de.christofreichardt/tracelogger/
implementation ("de.christofreichardt:tracelogger:1.8.0")
'de.christofreichardt:tracelogger:jar:1.8.0'
<dependency org="de.christofreichardt" name="tracelogger" rev="1.8.0">
<artifact name="tracelogger" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.christofreichardt', module='tracelogger', version='1.8.0')
)
libraryDependencies += "de.christofreichardt" % "tracelogger" % "1.8.0"
[de.christofreichardt/tracelogger "1.8.0"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.apache.logging.log4j : log4j-api | jar | 2.11.0 |
org.apache.logging.log4j : log4j-core | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |