[[["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-02 UTC."],[[["The latest version of the `Logger` class is `2.37.0-rc`, but the page also provides access to previous versions, ranging down to `2.10.1`."],["The `Logger` class is designed to capture log messages and it takes several parameters in its constructor, including `severity`, `function`, `filename`, `lineno`, and `sink`."],["The `enabled()` function is used to determine if the logging is enabled, and it returns a boolean value."],["The `LogTo(LogSink &)` function sends the captured log record to a specified sink."],["The `Stream()` function returns a `std::ostream &` to allow capturing the log message via an iostream."]]],[]]