class LogSink_VersionFormat

Available log entry formats. Log entries can be written to Stackdriver Logging in either format and can be exported in either format.

Version 2 is the preferred format.

Protobuf enum Google\Logging\V2\LogSink\VersionFormat

Constants

VERSION_FORMAT_UNSPECIFIED

An unspecified format version that will default to V2.

Generated from protobuf enum VERSION_FORMAT_UNSPECIFIED = 0;

V2

LogEntry version 2 format.

Generated from protobuf enum V2 = 1;

V1

LogEntry version 1 format.

Generated from protobuf enum V1 = 2;