c

commons-gelf

This library is useful for logging HTTP requests and responses using the GELF protocol to Graylog and to ELK for monitoring.
https://github.com/increff/commons-gelf
The Apache License, Version 2.0
Increff
文件下载
文件名 操作
commons-gelf-1.32.jar 下载
commons-gelf-1.32.pom 下载
commons-gelf-1.32-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.increff.commons</groupId>
  <artifactId>commons-gelf</artifactId>
  <version>1.32</version>
</dependency>
Gradle Groovy
implementation 'com.increff.commons:commons-gelf:1.32'
Gradle Kotlin
implementation("com.increff.commons:commons-gelf:1.32")
Scala SBT
libraryDependencies += "com.increff.commons" % "commons-gelf" % "1.32"
Groovy Grape
@Grapes(
  @Grab(group='com.increff.commons', module='commons-gelf', version='1.32')
)
Apache Ivy
<dependency org="com.increff.commons" name="commons-gelf" rev="1.32" />
Leiningen
[com.increff.commons/commons-gelf "1.32"]
Apache Buildr
'com.increff.commons:commons-gelf:jar:1.32'