Author: bodewig Date: Thu Nov 17 10:42:07 2011 New Revision: 1203145 URL: http://svn.apache.org/viewvc?rev=1203145&view=rev Log: Documentation for managed colored console appender. Submitted by Pavlos Touboulidis. LOG4NET-292 Modified: logging/log4net/trunk/pom.xml logging/log4net/trunk/src/site/xdoc/release/config-examples.xml logging/log4net/trunk/src/site/xdoc/release/framework-support.xml Modified: logging/log4net/trunk/pom.xml URL: http://svn.apache.org/viewvc/logging/log4net/trunk/pom.xml?rev=1203145&r1=1203144&r2=1203145&view=diff ============================================================================== --- logging/log4net/trunk/pom.xml (original) +++ logging/log4net/trunk/pom.xml Thu Nov 17 10:42:07 2011 @@ -20,7 +20,7 @@ log4net apache-log4net pom - 1.2.11 + 1.2.12 Apache log4net Logging framework for Microsoft .NET Framework. http://logging.apache.org/log4net/ Modified: logging/log4net/trunk/src/site/xdoc/release/config-examples.xml URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/xdoc/release/config-examples.xml?rev=1203145&r1=1203144&r2=1203145&view=diff ============================================================================== --- logging/log4net/trunk/src/site/xdoc/release/config-examples.xml (original) +++ logging/log4net/trunk/src/site/xdoc/release/config-examples.xml Thu Nov 17 10:42:07 2011 @@ -693,6 +693,56 @@ CREATE TABLE Log ( ]]> +
+

+ 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. Modified: logging/log4net/trunk/src/site/xdoc/release/framework-support.xml URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/xdoc/release/framework-support.xml?rev=1203145&r1=1203144&r2=1203145&view=diff ============================================================================== --- logging/log4net/trunk/src/site/xdoc/release/framework-support.xml (original) +++ logging/log4net/trunk/src/site/xdoc/release/framework-support.xml Thu Nov 17 10:42:07 2011 @@ -332,6 +332,21 @@ limitations under the License. x + ManagedColoredConsoleAppender + + + x + x + x + x + x + + + x + + + + MemoryAppender x x