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