[[["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 2021-05-13 UTC."],[[["`ConsoleLogger` is a logger class that outputs logs to the `System.Console`."],["This class inherits from `TextWriterLogger` and ultimately from `Object`, while implementing the `ILogger` interface."],["`ConsoleLogger` inherits various logging methods from `TextWriterLogger`, including `Debug`, `Info`, `Warning`, and `Error`, each available for both string and object array inputs, as well as exceptions."],["It has a constructor, `ConsoleLogger()`, that creates a console logger without association to a particular type."],["The `ForType\u003cT\u003e()` method, overriding the base `TextWriterLogger.ForType\u003cT\u003e()`, allows the retrieval of a logger linked to a specific type, returning an `ILogger` instance."]]],[]]