[[["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 is designed for logging to an in-memory buffer, primarily for testing purposes, and it implements the `ILogger` interface."],["`MemoryLogger` inherits from `BaseLogger` and includes several inherited members such as `Clock`, `MinimumLogLevel`, and methods for logging at different levels (Debug, Info, Warning, Error)."],["The `MemoryLogger` constructor allows specifying the minimum log level, maximum entry count, and an optional custom clock, defaulting to the system clock if not provided."],["It features a `LogEntries` property, which provides a list of all log entries as strings and overrides the `BuildNewLogger` and `Log` methods to handle in-memory logging."],["The class is contained within the `Google.Apis.Logging` namespace and is part of the `Google.Apis.Core.dll` assembly, and also includes extension methods such as `Utilities.ThrowIfNull`."]]],[]]