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.
Implements
IMessageLoggingConfig, IEquatableLoggingConfig, IDeepCloneableLoggingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
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 |