t

tinylog-gelf

Writer implementation for tinylog to support logging with GELF messages
https://github.com/joschi/tinylog-gelf
Apache 2.0
Jochen Schalanda
Files download
File Operation
tinylog-gelf-0.1.0.jar download
tinylog-gelf-0.1.0.pom download
tinylog-gelf-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.joschi</groupId>
  <artifactId>tinylog-gelf</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.joschi:tinylog-gelf:0.1.0'
Gradle Kotlin
implementation("com.github.joschi:tinylog-gelf:0.1.0")
Scala SBT
libraryDependencies += "com.github.joschi" % "tinylog-gelf" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.joschi', module='tinylog-gelf', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.joschi" name="tinylog-gelf" rev="0.1.0" />
Leiningen
[com.github.joschi/tinylog-gelf "0.1.0"]
Apache Buildr
'com.github.joschi:tinylog-gelf:jar:0.1.0'