License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging Logstash |
GroupId | GroupIdcom.github.juise |
ArtifactId | ArtifactIdlogstash-logback-layout |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogstash Logback Layout
Logback layout which will output events as Logstash-compatible JSON
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.juise/logstash-logback-layout/ -->
<dependency>
<groupId>com.github.juise</groupId>
<artifactId>logstash-logback-layout</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.juise/logstash-logback-layout/
implementation 'com.github.juise:logstash-logback-layout:1.0'
// https://jarcasting.com/artifacts/com.github.juise/logstash-logback-layout/
implementation ("com.github.juise:logstash-logback-layout:1.0")
'com.github.juise:logstash-logback-layout:jar:1.0'
<dependency org="com.github.juise" name="logstash-logback-layout" rev="1.0">
<artifact name="logstash-logback-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.juise', module='logstash-logback-layout', version='1.0')
)
libraryDependencies += "com.github.juise" % "logstash-logback-layout" % "1.0"
[com.github.juise/logstash-logback-layout "1.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |
net.minidev : json-smart | jar | 1.1.1 |
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |