Enum LoggingHandler.LogTarget (3.10.7)

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

Where to send logs.

Static Fields

NameDescription
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

NameDescription
valueOf(String name)
values()