[[["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."],[[["This document provides versioned documentation for the `google::cloud::Logger` class, starting from version 2.10.1 and going up to the latest release candidate, 2.37.0-rc."],["The `Logger` class is used to capture log messages, offering functionality to specify the message severity, function, filename, and line number, as well as the destination `LogSink`."],["The class constructor requires parameters including the message's `Severity`, source `function`, `filename`, `lineno`, and `sink` for logging."],["Key functions of the `Logger` include `enabled()`, which returns a boolean, `LogTo(LogSink &)` which sends the log record to a specified sink, and `Stream()` which provides an iostream to capture the log message."],["The `LogTo(LogSink &)` function is used to direct the captured log record to the specific `sink`, and returns nothing."]]],[]]