Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class 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.
Protobuf type google.cloud.video.livestream.v1.LogConfig.LogSeverity
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
LOG_SEVERITY_UNSPECIFIED
Value: 0
Log severity is not specified. This is the same as log severity is OFF.
Generated from protobuf enum LOG_SEVERITY_UNSPECIFIED = 0;
OFF
Value: 1
Log is turned off.
Generated from protobuf enum OFF = 1;
DEBUG
Value: 100
Log with severity higher than or equal to DEBUG are logged.
Generated from protobuf enum DEBUG = 100;
INFO
Value: 200
Logs with severity higher than or equal to INFO are logged.
Generated from protobuf enum INFO = 200;
WARNING
Value: 400
Logs with severity higher than or equal to WARNING are logged.
Generated from protobuf enum WARNING = 400;
ERROR
Value: 500
Logs with severity higher than or equal to ERROR are logged.
Generated from protobuf enum ERROR = 500;