[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This document provides versioned documentation for the `google::cloud::Logger` class, spanning from version 2.10.1 to the latest release candidate 2.37.0-rc."],["The `Logger` class is designed to capture log messages, allowing you to specify the severity, function, filename, and line number where the log originated."],["A constructor for the `Logger` class is provided that requires arguments including severity, function name, filename, line number, and a `LogSink` reference."],["The class includes methods to check if logging is enabled (`enabled()`), to send a log record to a specified sink (`LogTo(LogSink &)`), and to get a stream that captures the log message (`Stream()`)."],["The `LogTo()` function will send the log record captured by the Logger object to the sink that was provided."]]],[]]