public enum LogSeverity
Reference documentation and code samples for the Live Stream v1 API enum LogConfig.Types.LogSeverity.
The severity level of platform logging for this channel. Logs with a severity level higher than or equal to the chosen severity level will be logged and can be viewed through Cloud Logging. The severity level of a log is ranked as followed from low to high: DEBUG < INFO < NOTICE < WARNING < ERROR < CRITICAL < ALERT < EMERGENCY. See LogSeverity for more information.
Namespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Fields | |
---|---|
Name | Description |
Debug | Log with severity higher than or equal to DEBUG are logged. |
Error | Logs with severity higher than or equal to ERROR are logged. |
Info | Logs with severity higher than or equal to INFO are logged. |
Off | Log is turned off. |
Unspecified | Log severity is not specified. This is the same as log severity is OFF. |
Warning | Logs with severity higher than or equal to WARNING are logged. |