Enum LoggingHandler.LogTarget (3.17.1)

public enum LoggingHandler.LogTarget extends Enum<LoggingHandler.LogTarget>

Where to send logs.

Static Fields

Name Description
CLOUD_LOGGING

Sends logs to the Cloud Logging API.

STDERR

Sends JSON-formatted logs to stderr, for use with the Google Cloud logging agent.

STDOUT

Sends JSON-formatted logs to stdout, for use with the Google Cloud logging agent.

Static Methods

Name Description
valueOf(String name)
values()