[[["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, down to version 2.10.1."],["The `Logger` class is used to capture log messages."],["The `Logger` class constructor takes parameters such as severity, function, filename, lineno, and a LogSink reference."],["Key functions of the `Logger` class include `enabled()`, `LogTo()`, and `Stream()`, which facilitate checking logging status, sending log records to a designated sink, and capturing log messages via an iostream, respectively."],["The `LogTo()` function takes a single parameter, a `LogSink` reference named `sink`, allowing the user to send the log record to that sink, and returns nothing."]]],[]]