License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.comoyo.commons |
ArtifactId | ArtifactIdlogging-context-gelf |
Version | Version1.4.61 |
Type | Typejar |
Description |
Descriptionlogging-context-gelf - Logging with context to GELF
Collection of utility components
|
<!-- https://jarcasting.com/artifacts/com.comoyo.commons/logging-context-gelf/ -->
<dependency>
<groupId>com.comoyo.commons</groupId>
<artifactId>logging-context-gelf</artifactId>
<version>1.4.61</version>
</dependency>
// https://jarcasting.com/artifacts/com.comoyo.commons/logging-context-gelf/
implementation 'com.comoyo.commons:logging-context-gelf:1.4.61'
// https://jarcasting.com/artifacts/com.comoyo.commons/logging-context-gelf/
implementation ("com.comoyo.commons:logging-context-gelf:1.4.61")
'com.comoyo.commons:logging-context-gelf:jar:1.4.61'
<dependency org="com.comoyo.commons" name="logging-context-gelf" rev="1.4.61">
<artifact name="logging-context-gelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.comoyo.commons', module='logging-context-gelf', version='1.4.61')
)
libraryDependencies += "com.comoyo.commons" % "logging-context-gelf" % "1.4.61"
[com.comoyo.commons/logging-context-gelf "1.4.61"]
Group / Artifact | Type | Version |
---|---|---|
com.comoyo.commons : logging-context | jar | 1.4.61 |
biz.paluch.logging : logstash-gelf | jar | 1.2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |