[[["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."],[[["Defines the `TAGLoggerLogLevelType` enum for controlling the level of detail in log messages."],["Offers a range of log levels from verbose to none, enabling developers to customize the verbosity of their logs."],["Includes standard log levels like debug, info, warning, and error for reporting various application states."]]],["The document defines the `TAGLoggerLogLevelType` enumeration, used for setting log levels. It specifies six logging levels: Verbose, Debug, Info, Warning, Error, and None. Each level, represented by constants such as `kTAGLoggerLogLevelVerbose`, corresponds to a different severity of log message, allowing users to filter and prioritize logged events. The log levels range from the most detailed (`Verbose`) to no logging (`None`).\n"]]