[[["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-03-21 UTC."],[[["The `ConsoleLogger` class is a logger that outputs logs to either StdError or StdOut, depending on the configuration."],["It inherits from the `BaseLogger` class and provides methods for logging at various levels like Debug, Info, Warning, and Error."],["The constructor for `ConsoleLogger` allows you to set the minimum log level, choose between StdOut and StdError for output, and optionally use a custom clock."],["`ConsoleLogger` includes methods such as `BuildNewLogger` to create loggers for specific types and `Log` for performing the actual logging process."],["The `LogToStdOut` property indicates whether the logger is logging to standard output (`true`) or standard error (`false`)."]]],[]]