The logging verbosity for device activity. Specifies which events should be
written to logs. For example, if the LogLevel is ERROR, only events that
terminate in errors will be logged. LogLevel is inclusive; enabling INFO
logging will also enable ERROR logging.
[[["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."],[[["This document describes the `LogLevel` enum within the `Google.Cloud.Iot.V1` namespace, which controls the verbosity of device activity logging."],["The latest version of this API is 2.2.0, with older versions available from 2.1.0 down to 1.0.0."],["`LogLevel` offers five fields: `Debug`, `Error`, `Info`, `None`, and `Unspecified`, each determining the type of events that are logged."],["The `LogLevel` values are inclusive, meaning enabling a higher level like `Info` will also log events of lower levels like `Error`."],["This is currently a Beta feature within the `Google.Cloud.Iot.V1` assembly, which is found in the Google.Cloud.Iot.V1.dll file."]]],[]]