is not current version
Last Version 1.7.30

io.sentry:sentry-log4j 1.7.14

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

GroupId

GroupId

io.sentry
ArtifactId

ArtifactId

sentry-log4j
Version

Version

1.7.14
Type

Type

jar

Download sentry-log4j 1.7.14


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