--- /tmp/config-examples.xml +++ /tmp/config-examples-new.xml @@ -693,6 +693,56 @@ ]]> +
+

+ For full details see the SDK Reference entry: log4net.Appender.ManagedColoredConsoleAppender. +

+

+ The following example shows how to configure the ManagedColoredConsoleAppender + to log messages to the console. By default the messages are sent to the console + standard output stream. This example shows how to highlight error messages. +

+ + + + + + + + + + + ]]> +

+ This example shows how to colorize multiple levels. +

+ + + + + + + + + + + + + + + + + + + + + + + ]]> +
+

For full details see the SDK Reference entry: log4net.Appender.MemoryAppender.