License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdeu.zirrus |
ArtifactId | ArtifactIdcloud-logging-log4j |
Version | Version0.1.1 |
Type | Typejar |
Description |
Descriptionlog4j Cloud Logging Appender
This project helps logging all log messages to Google Cloud Logging via an log4j2 Appender.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationZirrus Cloud Service GmbH |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/eu.zirrus/cloud-logging-log4j/ -->
<dependency>
<groupId>eu.zirrus</groupId>
<artifactId>cloud-logging-log4j</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.zirrus/cloud-logging-log4j/
implementation 'eu.zirrus:cloud-logging-log4j:0.1.1'
// https://jarcasting.com/artifacts/eu.zirrus/cloud-logging-log4j/
implementation ("eu.zirrus:cloud-logging-log4j:0.1.1")
'eu.zirrus:cloud-logging-log4j:jar:0.1.1'
<dependency org="eu.zirrus" name="cloud-logging-log4j" rev="0.1.1">
<artifact name="cloud-logging-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.zirrus', module='cloud-logging-log4j', version='0.1.1')
)
libraryDependencies += "eu.zirrus" % "cloud-logging-log4j" % "0.1.1"
[eu.zirrus/cloud-logging-log4j "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.8.2 |
org.apache.logging.log4j : log4j-core | jar | 2.8.2 |
com.google.cloud : google-cloud-logging | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |