public enum LoggingConfig.Types.LogSeverity
Reference documentation and code samples for the Eventarc v1 API enum LoggingConfig.Types.LogSeverity.
The different severities for logging supported by Eventarc Advanced resources. This enum is an exhaustive list of log severities and is FROZEN. Do not expect new values to be added.
Namespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Fields |
|
---|---|
Name | Description |
Alert |
A person must take action immediately. |
Critical |
Critical events cause more severe problems or outages. |
Debug |
Debug or trace level logging. |
Emergency |
One or more systems are unusable. |
Error |
Error events are likely to cause problems. |
Info |
Routine information, such as ongoing status or performance. |
None |
Default value at resource creation, presence of this value must be treated as no logging/disable logging. |
Notice |
Normal but significant events, such as start up, shut down, or a configuration change. |
Unspecified |
Log severity is not specified. This value is treated the same as NONE, but is used to distinguish between no update and update to NONE in update_masks. |
Warning |
Warning events might cause problems. |