Eventarc v1 API - Class LoggingConfig (2.6.0)

public sealed class LoggingConfig : IMessage<LoggingConfig>, IEquatable<LoggingConfig>, IDeepCloneable<LoggingConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class LoggingConfig.

The configuration for Platform Telemetry logging for Eventarc Avdvanced resources.

Inheritance

object > LoggingConfig

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

LoggingConfig()

public LoggingConfig()

LoggingConfig(LoggingConfig)

public LoggingConfig(LoggingConfig other)
Parameter
Name Description
other LoggingConfig

Properties

LogSeverity

public LoggingConfig.Types.LogSeverity LogSeverity { get; set; }

Optional. The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry. Logs at severitiy ≥ this value will be sent, unless it is NONE.

Property Value
Type Description
LoggingConfigTypesLogSeverity