public sealed class LogConfig : IMessage<LogConfig>, IEquatable<LogConfig>, IDeepCloneable<LogConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class LogConfig.
Configuration of platform logs. See Using and managing platform logs for more information about how to view platform logs through Cloud Logging.
Implements
IMessage<LogConfig>, IEquatable<LogConfig>, IDeepCloneable<LogConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
LogConfig()
public LogConfig()
LogConfig(LogConfig)
public LogConfig(LogConfig other)
Parameter | |
---|---|
Name | Description |
other | LogConfig |
Properties
LogSeverity
public LogConfig.Types.LogSeverity LogSeverity { get; set; }
The severity level of platform logging for this resource.
Property Value | |
---|---|
Type | Description |
LogConfig.Types.LogSeverity |