License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs Logback |
GroupId | GroupIdcom.newrelic.logging |
ArtifactId | ArtifactIdlogback |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlogback
Decorate logs with trace data for New Relic Logging.
|
Project URL |
Project URL |
Filename | Size |
---|---|
logback-2.5.0.pom | |
logback-2.5.0.jar | 7 KB |
logback-2.5.0-sources.jar | 4 KB |
logback-2.5.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.newrelic.logging/logback/ -->
<dependency>
<groupId>com.newrelic.logging</groupId>
<artifactId>logback</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.logging/logback/
implementation 'com.newrelic.logging:logback:2.5.0'
// https://jarcasting.com/artifacts/com.newrelic.logging/logback/
implementation ("com.newrelic.logging:logback:2.5.0")
'com.newrelic.logging:logback:jar:2.5.0'
<dependency org="com.newrelic.logging" name="logback" rev="2.5.0">
<artifact name="logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.logging', module='logback', version='2.5.0')
)
libraryDependencies += "com.newrelic.logging" % "logback" % "2.5.0"
[com.newrelic.logging/logback "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.11.1 |
ch.qos.logback : logback-core | jar | 1.2.0 |
ch.qos.logback : logback-classic | jar | 1.2.0 |
com.newrelic.telemetry : telemetry-core | jar | 0.13.2 |
com.newrelic.agent.java : newrelic-api | jar | 7.6.0 |