google-cloud-logging
This project is an Logback-Appender for Google Cloud Logging and is inspired by the Google’s original Logback-Appender.
Warning
Package Structure in 1.0.0 changed. Migration: replace “com.quadstingray.google.cloud.logging.logback.LoggingAppender” by “com.quadstingray.logging.logback.google.cloud.LoggingAppender”
Build Informations
maven
google-cloud-logging is deployed on bintray (jcenter).
SBT
- sbt
libraryDependencies += "com.quadstingray" % "google-cloud-logging" % "1.1.0"
- Maven
<dependencies> <dependency> <groupId>com.quadstingray</groupId> <artifactId>google-cloud-logging</artifactId> <version>1.1.0</version> </dependency> </dependencies>
- Gradle
dependencies { implementation "com.quadstingray:google-cloud-logging:1.1.0" }
Licence
Todos:
- Tests
- Documentation
1.1.0