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 access the Stackdriver Logging API using the Google Cloud Client Library for Java.
Install Maven.
Build your project with:
mvn clean package -DskipTests
Setup authentication using a service account.
mvn exec:java -Dexec.mainClass=com.example.logging.QuickstartSample \
-Dexec.args="my-log"
mvn exec:java -Dexec.mainClass=com.example.logging.ListLogs \
-Dexec.args="my-log"
Logs can also viewed using the Logs Viewer Console.