Stackdriver Logging allows you to store, search, analyze, monitor,
and alert on log data and events from Google Cloud Platform and Amazon Web
Services.
These sample Java applications demonstrate how to write logs to Stackdriver using
the default Java Logging API (java.util.logging) handler for
Google Cloud Client Library for Java.
Install Maven.
Build your project with:
mvn clean package -DskipTests
Setup authentication using a service account.
Update logging.properties to configure the handler.
ExampleEnhancer.java provides an example of enhancing log entries with additional labels.
mvn exec:java -Dexec.mainClass=com.example.logging.jul.Quickstart \
-Dexec.args="-Djava.util.logging.file=src/main/resources/logging.properties"
Logs can be viewed using the Logs Viewer Console.