[[["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-03-05 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`."]]],[]]