[[["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-04-17 UTC."],[[["The `MemoryLogger` class is a type of logger that stores log entries in an in-memory buffer, primarily intended for use during tests."],["It inherits from `BaseLogger` and provides methods for managing log levels, such as debug, info, warning, and error, in addition to offering functionalities like logging for specified types and throwing exceptions when null values are encountered."],["`MemoryLogger` is constructed with parameters for setting the minimum log level, maximum entry count, and an optional clock for time-stamping log entries."],["The class exposes a `LogEntries` property, which is a list containing all logged messages as strings."],["The latest version of the MemoryLogger class is available under the Google.Apis.Logging namespace, specifically in version 1.69.0 of the Google.Apis package."]]],[]]