[[["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 page documents the `ConsoleLogger` class, a logger that directs output to either standard error (StdError) or standard output (StdOut)."],["The `ConsoleLogger` class inherits from `BaseLogger` and implements the `ILogger` interface, offering a structured logging solution."],["The `ConsoleLogger` can be customized during construction to specify the minimum logging level and whether to output to StdOut or StdError, along with the use of a custom clock."],["Key functionalities include `BuildNewLogger` for creating loggers from specific types, and `Log` for the actual logging process based on a given log level and formatted message."],["The page also lists inherited members and methods from the BaseLogger and Object classes, such as options for debug, info, warning and error logging, as well as methods for object comparisons and type identification."]]],[]]