is not current version
Last Version 2.5.0

com.newrelic.logging:logback 1.0-rc3

Decorate logs with trace data for New Relic Logging.

Categories

Categories

Logging Application Layer Libs Logback
GroupId

GroupId

com.newrelic.logging
ArtifactId

ArtifactId

logback
Version

Version

1.0-rc3
Type

Type

jar

Download logback 1.0-rc3


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