[[["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-08-14 UTC."],[[["The latest available version is 2.37.0-rc, with links provided for accessing specific versions of the documentation, including version 2.36.0 down to version 2.10.1."],["The `Logger` class is defined to capture log messages, which accepts parameters like severity, function, filename, line number, and a LogSink reference during its construction."],["The `enabled()` function, when called on the Logger object, returns a boolean value, and the `LogTo(LogSink &)` function is used to send the captured log record to the specified sink."],["The `Stream()` function returns a reference to the `std::ostream`, allowing you to stream a message for logging."]]],[]]