| License |
License |
|---|---|
| Categories |
CategoriesGraylog Application Layer Libs Logging |
| GroupId | GroupIdcom.globo.graylog2 |
| ArtifactId | ArtifactIdlog4j2-gelf |
| Version | Version1.3.0.1 |
| Type | Typejar |
| Description |
Descriptionlog4j2-gelf
GELF Appender for Log4j2
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| log4j2-gelf-1.3.0.1.pom | |
| log4j2-gelf-1.3.0.1.jar | 10 KB |
| log4j2-gelf-1.3.0.1-sources.jar | 4 KB |
| log4j2-gelf-1.3.0.1-shaded.jar | 1 MB |
| log4j2-gelf-1.3.0.1-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.globo.graylog2/log4j2-gelf/ -->
<dependency>
<groupId>com.globo.graylog2</groupId>
<artifactId>log4j2-gelf</artifactId>
<version>1.3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.globo.graylog2/log4j2-gelf/
implementation 'com.globo.graylog2:log4j2-gelf:1.3.0.1'
// https://jarcasting.com/artifacts/com.globo.graylog2/log4j2-gelf/
implementation ("com.globo.graylog2:log4j2-gelf:1.3.0.1")
'com.globo.graylog2:log4j2-gelf:jar:1.3.0.1'
<dependency org="com.globo.graylog2" name="log4j2-gelf" rev="1.3.0.1">
<artifact name="log4j2-gelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.globo.graylog2', module='log4j2-gelf', version='1.3.0.1')
)
libraryDependencies += "com.globo.graylog2" % "log4j2-gelf" % "1.3.0.1"
[com.globo.graylog2/log4j2-gelf "1.3.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.graylog2 : gelfclient | jar | 1.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | 2.4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.0.100-beta |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.4.1 |