[[["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\u003eThe \u003ccode\u003eBaseLogger\u003c/code\u003e class is an abstract class designed to serve as a foundation for building concrete logger implementations within the Google.Apis.Logging namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements the \u003ccode\u003eILogger\u003c/code\u003e interface and offers methods for logging at different levels, including Debug, Error, Info, and Warning, with support for string formatting and exception handling.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBaseLogger\u003c/code\u003e manages log entry timestamps via an \u003ccode\u003eIClock\u003c/code\u003e instance, the level of detail of logging through the \u003ccode\u003eLogLevel\u003c/code\u003e enum, and the association of loggers to specific types.\u003c/p\u003e\n"],["\u003cp\u003eDerived classes, such as \u003ccode\u003eConsoleLogger\u003c/code\u003e and \u003ccode\u003eMemoryLogger\u003c/code\u003e, inherit from \u003ccode\u003eBaseLogger\u003c/code\u003e and provide specialized logging behaviors, and it also has methods for enabling logging levels like \u003ccode\u003eIsDebugEnabled\u003c/code\u003e, \u003ccode\u003eIsErrorEnabled\u003c/code\u003e, etc.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBaseLogger\u003c/code\u003e class provides a \u003ccode\u003eBuildNewLogger\u003c/code\u003e method that must be implemented by derived types to allow the creation of new loggers for specific types, as well as a \u003ccode\u003eForType\u003c/code\u003e method that can be used to retrieve a logger that is associated with a specific type.\u003c/p\u003e\n"]]],[],null,[]]