[[["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\u003eConsoleLogger\u003c/code\u003e class provides a way to log messages to either standard error (StdError) or standard output (StdOut).\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eBaseLogger\u003c/code\u003e and implements the \u003ccode\u003eILogger\u003c/code\u003e interface, offering functionalities like setting the minimum log level and enabling different log levels such as debug, info, warning, and error.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConsoleLogger\u003c/code\u003e constructor allows specifying the minimum log level, whether to log to StdOut, and an optional custom clock.\u003c/p\u003e\n"],["\u003cp\u003eIt overrides the \u003ccode\u003eBuildNewLogger\u003c/code\u003e and \u003ccode\u003eLog\u003c/code\u003e methods from \u003ccode\u003eBaseLogger\u003c/code\u003e to customize the creation of new loggers and perform the actual logging.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLogToStdOut\u003c/code\u003e property determines whether logs are directed to StdOut or StdError, defaulting to StdError when set to \u003ccode\u003efalse\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]