[[["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, derived from `BaseLogger`, is designed to log messages to either StdError or StdOut."],["It implements the `ILogger` interface and inherits various members from the `BaseLogger` class, including methods for logging at different levels and determining whether certain log levels are enabled."],["The `ConsoleLogger` constructor allows for configuring the minimum log level, whether to log to StdOut or StdError, and setting a custom clock for time-related operations."],["The `BuildNewLogger` method creates a new logger for a specific type, while the `Log` method handles the actual logging based on the provided log level and formatted message."],["The most current version is 1.69.0, while the one described in this documentation is version 1.55.0, and other past versions 1.50.0, 1.59.0, 1.60.0, 1.68.0 are also available."]]],[]]