[[["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."],[[["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`)."]]],[]]