[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eMemoryLogger\u003c/code\u003e class is designed for logging to an in-memory buffer, primarily for testing purposes, and it implements the \u003ccode\u003eILogger\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMemoryLogger\u003c/code\u003e inherits from \u003ccode\u003eBaseLogger\u003c/code\u003e and includes several inherited members such as \u003ccode\u003eClock\u003c/code\u003e, \u003ccode\u003eMinimumLogLevel\u003c/code\u003e, and methods for logging at different levels (Debug, Info, Warning, Error).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMemoryLogger\u003c/code\u003e constructor allows specifying the minimum log level, maximum entry count, and an optional custom clock, defaulting to the system clock if not provided.\u003c/p\u003e\n"],["\u003cp\u003eIt features a \u003ccode\u003eLogEntries\u003c/code\u003e property, which provides a list of all log entries as strings and overrides the \u003ccode\u003eBuildNewLogger\u003c/code\u003e and \u003ccode\u003eLog\u003c/code\u003e methods to handle in-memory logging.\u003c/p\u003e\n"],["\u003cp\u003eThe class is contained within the \u003ccode\u003eGoogle.Apis.Logging\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly, and also includes extension methods such as \u003ccode\u003eUtilities.ThrowIfNull\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]