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 latest version of the `LogLevel` documentation is 2.2.0, with previous versions 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0 also available for reference."],["`LogLevel` is an enumeration that controls the verbosity of logging for device activity, specifying which events are written to logs."],["The available log levels include `Debug` (logs all events), `Error` (logs only error events), `Info` (logs informational events like connections), `None` (disables logging), and `Unspecified` (no logging specified, defaults to disabled)."],["The LogLevel feature is still in Beta, and enabling a higher level, such as INFO, also enables lower levels, such as ERROR."],["The LogLevel is found within the Google.Cloud.Iot.V1 namespace, and it is included in the Google.Cloud.Iot.V1.dll assembly."]]],[]]