cvs commit: logging-log4net/examples/net/1.0/Appenders/SampleAppendersApp/cs/src/Appender AsyncAppender.cs PatternFileAppender.cs

2005-06-15 Thread nicko
nicko 2005/06/15 08:57:29 Modified:examples/net/1.0/Appenders/SampleAppendersApp/cs/src App.config LoggingExample.cs SampleAppendersApp.csproj Added: examples/net/1.0/Appenders/SampleAppendersApp/cs/src/Appender

cvs commit: logging-log4net/examples/net/1.0/Appenders/SampleAppendersApp/cs/src/Appender AsyncAppender.cs FastDbAppender.cs FireEventAppender.cs MessageBoxAppender.cs MessageObjectExpanderAppender.cs MsmqAppender.cs PatternFileAppender.cs SimpleSmtpAppender.cs

2005-06-15 Thread nicko
nicko 2005/06/15 09:26:41 Modified:examples/net/1.0/Appenders/SampleAppendersApp/cs/src/Appender AsyncAppender.cs FastDbAppender.cs FireEventAppender.cs MessageBoxAppender.cs MessageObjectExpanderAppender.cs

[jira] Commented: (LOG4NET-34) Allow xml config values to be set via XmlNodeType.CDATA or XmlNodeType.Text rather than just value=foo

2005-06-15 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-34?page=comments#action_12313723 ] Nicko Cadell commented on LOG4NET-34: - It is possible to embed and in the current attribute value, just escape using lt; and gt; I will have a look at the impact of

RE: MessageObjectExpanderAppender: expandProperties and expandFields boolean settings

2005-06-15 Thread Nicko Cadell
Ron, Looks good to me, I will apply this patch to CVS. Cheers, Nicko -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: 15 June 2005 18:15 To: log4net-dev@logging.apache.org Subject: MessageObjectExpanderAppender: expandProperties and expandFields boolean

cvs commit: logging-log4net/src/Repository/Hierarchy XmlHierarchyConfigurator.cs

2005-06-15 Thread nicko
nicko 2005/06/15 10:54:21 Modified:src/Repository/Hierarchy XmlHierarchyConfigurator.cs Log: Applied patch for LOG4NET-34 Allow xml config values to be set via XmlNodeType.CDATA or XmlNodeType.Text rather than just value=xxx Revision ChangesPath 1.17 +24 -3

cvs commit: logging-log4net/xdocs/src/release example-apps.xml

2005-06-15 Thread nicko
nicko 2005/06/15 10:30:36 Modified:xdocs/src/release example-apps.xml Log: Added new sample appenders to doc Revision ChangesPath 1.6 +12 -0 logging-log4net/xdocs/src/release/example-apps.xml Index: example-apps.xml

[jira] Updated: (LOG4NET-34) Allow xml config values to be set via XmlNodeType.CDATA or XmlNodeType.Text rather than just value=foo

2005-06-15 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-34?page=all ] Ron Grabowski updated LOG4NET-34: - Attachment: XmlHierarchyConfigurator.cs.patch If a value attribute is not found, loop through the child node to find the first CDATA or Text node and use

[jira] Commented: (LOG4NET-34) Allow xml config values to be set via XmlNodeType.CDATA or XmlNodeType.Text rather than just value=foo

2005-06-15 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-34?page=comments#action_12313724 ] Ron Grabowski commented on LOG4NET-34: -- The code actually takes the first text or CDATA. That allows a comment to come before the text. Another general benefit of