s

sentry-log4j

log4j appender allowing to send logs to the Sentry-Java client.
Files download
File Operation
sentry-log4j-1.7.10.jar download
sentry-log4j-1.7.10.pom download
sentry-log4j-1.7.10-sources.jar download
Apache Maven
<dependency>
  <groupId>io.sentry</groupId>
  <artifactId>sentry-log4j</artifactId>
  <version>1.7.10</version>
</dependency>
Gradle Groovy
implementation 'io.sentry:sentry-log4j:1.7.10'
Gradle Kotlin
implementation("io.sentry:sentry-log4j:1.7.10")
Scala SBT
libraryDependencies += "io.sentry" % "sentry-log4j" % "1.7.10"
Groovy Grape
@Grapes(
  @Grab(group='io.sentry', module='sentry-log4j', version='1.7.10')
)
Apache Ivy
<dependency org="io.sentry" name="sentry-log4j" rev="1.7.10" />
Leiningen
[io.sentry/sentry-log4j "1.7.10"]
Apache Buildr
'io.sentry:sentry-log4j:jar:1.7.10'