ConsoleLogListener

TheĀ ConsoleLogListener writes messages to the console with automatic colors:

To add it, use the code below:

var logListener = new ConsoleLogListener();
logListener.IgnoreCatelLogging = true;
// TODO: Customize options
 
LogManager.AddListener(logListener);

Contributions

We would like to thank the following contributors:

Want to contribute to the documentation? We have a guide for that!


Questions

Have a question about Catel? Use StackOverflow with the Catel tag!