public LoggingConfig.Types.LogSeverity LogSeverity { get; set; }
Optional. The minimum severity of logs that will be sent to
Stackdriver/Platform Telemetry. Logs at severitiy ≥ this value will be
sent, unless it is NONE.
[[["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-04-17 UTC."],[[["The `LoggingConfig` class in the Eventarc v1 API provides configuration for Platform Telemetry logging, allowing users to set the minimum log severity for logs to be sent to Stackdriver/Platform Telemetry."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for creating new instances either from scratch or by copying existing `LoggingConfig` objects."],["The class includes one property, `LogSeverity`, which allows users to specify the minimum severity level for logs to be sent, and any logs with a severity level equal to or higher than this value will be sent, unless it is set to NONE."],["The `Google.Cloud.Eventarc.V1` namespace has multiple versions, with version 2.6.0 being the latest, and it includes all versions down to version 1.0.0, which can all be accessed via hyperlinks."]]],[]]