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, used to control the logging verbosity for device activity."],["The `LogLevel` enum includes fields like `Debug`, `Error`, `Info`, `None`, and `Unspecified`, each defining a different logging threshold or state."],["Enabling a higher log level like `Info` will also include lower levels such as `Error` because it's an inclusive logging system."],["The latest version of the library is 2.2.0, and there are historical versions that go back as far as 1.0.0, all with a different link to the reference for the LogLevel enum."],["The document specifies that the specified feature of logging is currently in beta."]]],[]]