[[["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-08-07 UTC."],[[["The `MemoryLogger` class, inheriting from `BaseLogger` and implementing `ILogger`, is designed to log to an in-memory buffer, typically for testing purposes."],["It allows configuration of a minimum log level and the maximum number of log entries to store, with further entries being silently discarded."],["`MemoryLogger` includes a `LogEntries` property that holds the list of string log entries and is constructed using parameters for log level, entry limit, and an optional clock."],["It overrides the `BuildNewLogger` and `Log` methods from `BaseLogger` to specify how new loggers are created and how logging is performed, respectively."],["The class is located in the `Google.Apis.Logging` namespace and is part of the `Google.Apis.Core.dll` assembly, with version references ranging from 1.50.0 up to the latest at 1.69.0."]]],[]]