[[["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-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eBaseLogger\u003c/code\u003e is an abstract class in the \u003ccode\u003eGoogle.Apis.Logging\u003c/code\u003e namespace, serving as a foundation for creating concrete logger implementations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBaseLogger\u003c/code\u003e class provides methods for logging at different levels, including debug, error, info, and warning, with support for formatted messages and exceptions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBaseLogger\u003c/code\u003e allows setting a minimum log level and using a custom clock (\u003ccode\u003eIClock\u003c/code\u003e) for timestamping log entries, as well as enabling or disabling logs at different levels.\u003c/p\u003e\n"],["\u003cp\u003eThe class supports associating loggers with specific types, allowing for type-specific logging through the \u003ccode\u003eForType\u003c/code\u003e methods, and it can be constructed with parameters such as \u003ccode\u003eminimumLogLevel\u003c/code\u003e, \u003ccode\u003eclock\u003c/code\u003e, and \u003ccode\u003eforType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt has two derived types, which are the \u003ccode\u003eConsoleLogger\u003c/code\u003e and \u003ccode\u003eMemoryLogger\u003c/code\u003e, and it inherits several common members from the base object class.\u003c/p\u003e\n"]]],[],null,[]]