[jira] Resolved: (LOG4NET-62) Fixing any data should preclude the use of any other data in the output.

2005-12-16 Thread Niall Daley (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-62?page=all ] Niall Daley resolved LOG4NET-62: Resolution: Fixed Fixing now fixes the specified values and prevents others from being updated without an explicit fix being called again. > Fixing any d

svn commit: r357179 - in /logging/log4net/trunk: src/Core/LoggingEvent.cs tests/src/Core/FixingTest.cs tests/src/log4net.Tests.csproj

2005-12-16 Thread niall
Author: niall Date: Fri Dec 16 08:31:21 2005 New Revision: 357179 URL: http://svn.apache.org/viewcvs?rev=357179&view=rev Log: Fix for LOG4NET-62. Fixing values now fixes them and prevents others from being updated. Added: logging/log4net/trunk/tests/src/Core/FixingTest.cs Modified: loggi

RE: svn commit: r356816 - /logging/log4net/trunk/tests/src/Layout/XmlLayoutTest.cs

2005-12-16 Thread Nicko Cadell
The date is formatted as per the XML (SOAP section 5) date format. I think it is unlikely that may users will benefit from a static method of XmlLayout to format the date. If they need to know how to format the date then they can just look in the source code to see how it is generated. Of course M