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 page documents the `LogLevel` enum within the Google Cloud IoT V1 library, specifically for the .NET environment."],["`LogLevel` controls the verbosity of device activity logging, allowing users to specify which events should be recorded, with options including `Debug`, `Error`, `Info`, `None`, and `Unspecified`."],["The logging levels are inclusive, meaning that selecting a higher level will also include logs from lower levels; for example, `Info` logging includes `Error` logging."],["The `Unspecified` and `None` options effectively disable logging, with `Unspecified` being the default behavior if no specific level is selected."],["The latest version of this reference page available is 2.2.0, with several older versions that include 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0."]]],[]]