Reference documentation and code samples for the Google Cloud Eventarc V1 Client class 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.
Protobuf type google.cloud.eventarc.v1.LoggingConfig.LogSeverity
Namespace
Google \ Cloud \ Eventarc \ V1 \ LoggingConfigMethods
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 value is treated the same as NONE, but is used to distinguish between no update and update to NONE in update_masks.
Generated from protobuf enum LOG_SEVERITY_UNSPECIFIED = 0;
NONE
Value: 1
Default value at resource creation, presence of this value must be treated as no logging/disable logging.
Generated from protobuf enum NONE = 1;
DEBUG
Value: 2
Debug or trace level logging.
Generated from protobuf enum DEBUG = 2;
INFO
Value: 3
Routine information, such as ongoing status or performance.
Generated from protobuf enum INFO = 3;
NOTICE
Value: 4
Normal but significant events, such as start up, shut down, or a configuration change.
Generated from protobuf enum NOTICE = 4;
WARNING
Value: 5
Warning events might cause problems.
Generated from protobuf enum WARNING = 5;
ERROR
Value: 6
Error events are likely to cause problems.
Generated from protobuf enum ERROR = 6;
CRITICAL
Value: 7
Critical events cause more severe problems or outages.
Generated from protobuf enum CRITICAL = 7;
ALERT
Value: 8
A person must take action immediately.
Generated from protobuf enum ALERT = 8;
EMERGENCY
Value: 9
One or more systems are unusable.
Generated from protobuf enum EMERGENCY = 9;