[[["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\u003eConsoleLogger\u003c/code\u003e class is a logger that outputs logs to either StdError or StdOut, depending on the configuration.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the \u003ccode\u003eBaseLogger\u003c/code\u003e class and provides methods for logging at various levels like Debug, Info, Warning, and Error.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor for \u003ccode\u003eConsoleLogger\u003c/code\u003e allows you to set the minimum log level, choose between StdOut and StdError for output, and optionally use a custom clock.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eConsoleLogger\u003c/code\u003e includes methods such as \u003ccode\u003eBuildNewLogger\u003c/code\u003e to create loggers for specific types and \u003ccode\u003eLog\u003c/code\u003e for performing the actual logging process.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLogToStdOut\u003c/code\u003e property indicates whether the logger is logging to standard output (\u003ccode\u003etrue\u003c/code\u003e) or standard error (\u003ccode\u003efalse\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,[]]