[[["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."],[[["This webpage details the `ConsoleLogger` class, a type of logger that directs output to either StdError or StdOut."],["The `ConsoleLogger` class inherits from `BaseLogger` and includes several members inherited from it, such as `Clock`, `MinimumLogLevel`, and various logging methods like `Debug`, `Info`, `Warning`, and `Error`."],["You can create a `ConsoleLogger` instance by specifying a minimum log level, and optionally whether to log to StdOut, as well as a custom clock implementation."],["The class offers methods like `BuildNewLogger` and `Log` for creating and performing logging tasks, respectively, with the `Log` method allowing you to log messages with a specific log level."],["The `LogToStdOut` property indicates if the logger is set to output to StdOut, as opposed to the default of StdError."]]],[]]