Module: Google::Logging::V2::LogSink::VersionFormat
- Defined in:
- lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb
Overview
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.
Constant Summary collapse
- VERSION_FORMAT_UNSPECIFIED =
An unspecified format version that will default to V2.
0
- V2 =
+LogEntry+ version 2 format.
1
- V1 =
+LogEntry+ version 1 format.
2