Reference documentation and code samples for the Cloud IoT v1 API enum LogLevel.
Beta Feature
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."],[[["The `LogLevel` enum in the Cloud IoT v1 API controls the verbosity of device activity logging, allowing you to specify which events are written to logs."],["Available log levels include `Debug` (logs all events), `Error` (logs error events), `Info` (logs informational events like connections and disconnections), `None` (disables logging), and `Unspecified` (disables logging if not set)."],["Setting a `LogLevel` is inclusive, meaning enabling `Info` logging will also include `Error` logs."],["The `LogLevel` enum is part of the `Google.Cloud.Iot.V1` namespace and is included in the `Google.Cloud.Iot.V1.dll` assembly, with the latest available version of the documentation at 2.2.0."]]],[]]