[[["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 `Logger` class, part of the `google::cloud` C++ library, with versions ranging from 2.10.1 to the latest release candidate 2.37.0-rc."],["The `Logger` class is designed to capture log messages, allowing users to define the message's severity, the function, the file, and the line number where the log was triggered, alongside a log sink for output."],["The class's constructor takes parameters including `Severity`, `function` (char const *), `filename` (char const *), `lineno` (int), and a `LogSink &`, enabling the customization of the log origin."],["The `Logger` class has functions to check if logging is `enabled()`, to send the log record to a given `LogSink` using `LogTo(LogSink &)`, and to capture the log message using an iostream with `Stream()`."]]],[]]