[[["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 2025-07-08 UTC."],[[["The latest version available is 2.37.0-rc, with a range of previous versions accessible, starting from 2.36.0 down to 2.10.1."],["The content defines a `Logger` class used to capture log messages, taking parameters such as severity, function, filename, line number, and a log sink."],["The `Logger` class provides functionality to check if logging is enabled, which can be done through the `enabled()` function."],["The class includes a `LogTo()` function to direct the captured log record to a specified `LogSink`, as well as a `Stream()` function to access the iostream for the log message."],["The parameters for the constructor of the Logger class are: `severity`, `function`, `filename`, `lineno`, and `sink`."]]],[]]