[[["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 provides a way to log messages to either standard error (StdError) or standard output (StdOut)."],["It inherits from `BaseLogger` and implements the `ILogger` interface, offering functionalities like setting the minimum log level and enabling different log levels such as debug, info, warning, and error."],["The `ConsoleLogger` constructor allows specifying the minimum log level, whether to log to StdOut, and an optional custom clock."],["It overrides the `BuildNewLogger` and `Log` methods from `BaseLogger` to customize the creation of new loggers and perform the actual logging."],["The `LogToStdOut` property determines whether logs are directed to StdOut or StdError, defaulting to StdError when set to `false`."]]],[]]