s

sentry-log4j

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