is not current version
Last Version 0.12

me.moocar:logback-gelf 0.10p1

GELF Appender for logback. Use this appender to log messages to a graylog2 server via GELF messages.

Categories

Categories

Logback Application Layer Libs Logging
GroupId

GroupId

me.moocar
ArtifactId

ArtifactId

logback-gelf
Version

Version

0.10p1
Type

Type

jar

Download logback-gelf 0.10p1


<!-- https://jarcasting.com/artifacts/me.moocar/logback-gelf/ -->
<dependency>
    <groupId>me.moocar</groupId>
    <artifactId>logback-gelf</artifactId>
    <version>0.10p1</version>
</dependency>
// https://jarcasting.com/artifacts/me.moocar/logback-gelf/
implementation 'me.moocar:logback-gelf:0.10p1'
// https://jarcasting.com/artifacts/me.moocar/logback-gelf/
implementation ("me.moocar:logback-gelf:0.10p1")
'me.moocar:logback-gelf:jar:0.10p1'
<dependency org="me.moocar" name="logback-gelf" rev="0.10p1">
  <artifact name="logback-gelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.moocar', module='logback-gelf', version='0.10p1')
)
libraryDependencies += "me.moocar" % "logback-gelf" % "0.10p1"
[me.moocar/logback-gelf "0.10p1"]