[[["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 version available is 2.37.0-rc, with links provided for access to the documentation of that version and several others."],["The `Logger` class is defined to capture log messages with various parameters such as severity, function, filename, line number, and log sink."],["The class has functions like `enabled()`, which returns a boolean, `LogTo(LogSink &)`, which sends the log record to a given sink and returns void, and `Stream()`, which returns an iostream for capturing log messages."],["The Logger class is constructed with 5 parameters, namely severity, a constant character pointer for function, another for filename, an int for the line number and finally a log sink."]]],[]]