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