[[["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."],[[["\u003cp\u003e\u003ccode\u003eLogger.LogLevel\u003c/code\u003e is an enum used to set the logging level for the \u003ccode\u003eLogger\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eLog levels are set using the \u003ccode\u003esetLogLevel()\u003c/code\u003e method of the \u003ccode\u003eLogger\u003c/code\u003e and can be one of DEBUG, ERROR, INFO, NONE, VERBOSE, or WARNING.\u003c/p\u003e\n"],["\u003cp\u003eEach enum value represents a different severity of log messages.\u003c/p\u003e\n"]]],["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"],null,[]]