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