Cloud Pub/Sub v1 API - Enum PlatformLogsSettings.Types.Severity (3.19.0)

public enum PlatformLogsSettings.Types.Severity

Reference documentation and code samples for the Cloud Pub/Sub v1 API enum PlatformLogsSettings.Types.Severity.

Severity levels of Platform Logs.

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Fields

Name Description
Debug

Debug logs and higher-severity logs will be written.

Disabled

Logs will be disabled.

Error

Only error logs will be written.

Info

Info logs and higher-severity logs will be written.

Unspecified

Default value. Logs level is unspecified. Logs will be disabled.

Warning

Warning logs and higher-severity logs will be written.