is not current version
Last Version 6.1.4

io.sentry:sentry-logback 1.7.15

Logback appender allowing to send logs to the Sentry-Java client.

Categories

Categories

Logback Application Layer Libs Logging
GroupId

GroupId

io.sentry
ArtifactId

ArtifactId

sentry-logback
Version

Version

1.7.15
Type

Type

jar

Download sentry-logback 1.7.15


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