[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`Logger.LogLevel` is an enum used to set the logging level for the `Logger`."],["Log levels are set using the `setLogLevel()` method of the `Logger` and can be one of DEBUG, ERROR, INFO, NONE, VERBOSE, or WARNING."],["Each enum value represents a different severity of log messages."]]],["The `Logger.LogLevel` enum defines logging levels for a `Logger`. These levels include `DEBUG`, `ERROR`, `INFO`, `NONE`, `VERBOSE`, and `WARNING`. The log level is set using the `setLogLevel(LogLevel)` method. Each enum value represents a specific log level severity, allowing for filtering of log messages.\n"]]