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 \ LoggingConfig
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 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Eventarc V1 Client - Class LogSeverity (2.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.5 (latest)](/php/docs/reference/cloud-eventarc/latest/V1.LoggingConfig.LogSeverity)\n- [2.1.4](/php/docs/reference/cloud-eventarc/2.1.4/V1.LoggingConfig.LogSeverity)\n- [2.0.1](/php/docs/reference/cloud-eventarc/2.0.1/V1.LoggingConfig.LogSeverity)\n- [1.3.5](/php/docs/reference/cloud-eventarc/1.3.5/V1.LoggingConfig.LogSeverity)\n- [1.2.2](/php/docs/reference/cloud-eventarc/1.2.2/V1.LoggingConfig.LogSeverity)\n- [1.1.1](/php/docs/reference/cloud-eventarc/1.1.1/V1.LoggingConfig.LogSeverity)\n- [1.0.5](/php/docs/reference/cloud-eventarc/1.0.5/V1.LoggingConfig.LogSeverity) \nReference documentation and code samples for the Google Cloud Eventarc V1 Client class LogSeverity.\n\nThe different severities for logging supported by Eventarc Advanced\nresources.\n\nThis enum is an exhaustive list of log severities and is FROZEN. Do not\nexpect new values to be added.\n\nProtobuf type `google.cloud.eventarc.v1.LoggingConfig.LogSeverity`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Eventarc \\\\ V1 \\\\ LoggingConfig\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 value is treated the same as NONE,\nbut is used to distinguish between no update and update to NONE in\nupdate_masks.\n\nGenerated from protobuf enum `LOG_SEVERITY_UNSPECIFIED = 0;`\n\n### NONE\n\n Value: 1\n\nDefault value at resource creation, presence of this value must be\ntreated as no logging/disable logging.\n\nGenerated from protobuf enum `NONE = 1;`\n\n### DEBUG\n\n Value: 2\n\nDebug or trace level logging.\n\nGenerated from protobuf enum `DEBUG = 2;`\n\n### INFO\n\n Value: 3\n\nRoutine information, such as ongoing status or performance.\n\nGenerated from protobuf enum `INFO = 3;`\n\n### NOTICE\n\n Value: 4\n\nNormal but significant events, such as start up, shut down, or a\nconfiguration change.\n\nGenerated from protobuf enum `NOTICE = 4;`\n\n### WARNING\n\n Value: 5\n\nWarning events might cause problems.\n\nGenerated from protobuf enum `WARNING = 5;`\n\n### ERROR\n\n Value: 6\n\nError events are likely to cause problems.\n\nGenerated from protobuf enum `ERROR = 6;`\n\n### CRITICAL\n\n Value: 7\n\nCritical events cause more severe problems or outages.\n\nGenerated from protobuf enum `CRITICAL = 7;`\n\n### ALERT\n\n Value: 8\n\nA person must take action immediately.\n\nGenerated from protobuf enum `ALERT = 8;`\n\n### EMERGENCY\n\n Value: 9\n\nOne or more systems are unusable.\n\nGenerated from protobuf enum `EMERGENCY = 9;`"]]