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
Namespace
Google \ Cloud \ Video \ LiveStream \ V1 \ LogConfig
Methods
static::name
Parameter
Name
Description
value
mixed
static::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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Video Live Stream V1 Client - Class LogSeverity (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-video-live-stream/latest/V1.LogConfig.LogSeverity)\n- [1.2.0](/php/docs/reference/cloud-video-live-stream/1.2.0/V1.LogConfig.LogSeverity)\n- [1.1.3](/php/docs/reference/cloud-video-live-stream/1.1.3/V1.LogConfig.LogSeverity)\n- [1.0.0](/php/docs/reference/cloud-video-live-stream/1.0.0/V1.LogConfig.LogSeverity)\n- [0.7.5](/php/docs/reference/cloud-video-live-stream/0.7.5/V1.LogConfig.LogSeverity)\n- [0.6.2](/php/docs/reference/cloud-video-live-stream/0.6.2/V1.LogConfig.LogSeverity)\n- [0.5.0](/php/docs/reference/cloud-video-live-stream/0.5.0/V1.LogConfig.LogSeverity)\n- [0.4.2](/php/docs/reference/cloud-video-live-stream/0.4.2/V1.LogConfig.LogSeverity)\n- [0.3.2](/php/docs/reference/cloud-video-live-stream/0.3.2/V1.LogConfig.LogSeverity)\n- [0.2.6](/php/docs/reference/cloud-video-live-stream/0.2.6/V1.LogConfig.LogSeverity) \nReference documentation and code samples for the Google Cloud Video Live Stream V1 Client class LogSeverity.\n\nThe severity level of platform logging for this channel. Logs with a\nseverity level higher than or equal to the chosen severity level will be\nlogged and can be viewed through Cloud Logging.\n\nThe severity level of a log is ranked as followed from low to high: DEBUG \\\u003c\nINFO \\\u003c NOTICE \\\u003c WARNING \\\u003c ERROR \\\u003c CRITICAL \\\u003c ALERT \\\u003c EMERGENCY.\nSee\n[LogSeverity](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#logseverity)\nfor more information.\n\nProtobuf type `google.cloud.video.livestream.v1.LogConfig.LogSeverity`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ LiveStream \\\\ V1 \\\\ LogConfig\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### LOG_SEVERITY_UNSPECIFIED\n\n Value: 0\n\nLog severity is not specified. This is the same as log severity is OFF.\n\nGenerated from protobuf enum `LOG_SEVERITY_UNSPECIFIED = 0;`\n\n### OFF\n\n Value: 1\n\nLog is turned off.\n\nGenerated from protobuf enum `OFF = 1;`\n\n### DEBUG\n\n Value: 100\n\nLog with severity higher than or equal to DEBUG are logged.\n\nGenerated from protobuf enum `DEBUG = 100;`\n\n### INFO\n\n Value: 200\n\nLogs with severity higher than or equal to INFO are logged.\n\nGenerated from protobuf enum `INFO = 200;`\n\n### WARNING\n\n Value: 400\n\nLogs with severity higher than or equal to WARNING are logged.\n\nGenerated from protobuf enum `WARNING = 400;`\n\n### ERROR\n\n Value: 500\n\nLogs with severity higher than or equal to ERROR are logged.\n\nGenerated from protobuf enum `ERROR = 500;`"]]