[[["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 release candidate version is 2.37.0-rc, and the content provides documentation for versions ranging from 2.37.0-rc down to 2.10.1 of the Logger class."],["The `Logger` class is used to capture log messages, and can be initialized using the `Logger` constructor which takes parameters like severity, function, filename, line number, and a log sink."],["The class includes functions such as `enabled()`, which returns a boolean, `LogTo()`, which sends the log to a specified sink, and `Stream()`, which returns a stream to capture the log message."],["The `LogTo()` function allows the captured log record to be sent to a user defined `sink` parameter, and returns nothing."],["The `Logger` constructor takes 5 parameters used to setup a log message, severity, the function name, the file name, the line number, and a log sink."]]],[]]