Issue Details (XML | Word | Printable)

Key: LOG4NET-44
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Niall Daley
Reporter: Niall Daley
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Log4net

XmlLayout emits all properties under a node named global-properties, rather than just properties.

Created: 24/Aug/05 03:48 AM   Updated: 24/Aug/05 10:27 PM
Return to search
Component/s: Core
Affects Version/s: 1.2.9
Fix Version/s: 1.2.10

Time Tracking:
Not Specified

Resolution Date: 24/Aug/05 10:27 PM


 Description  « Hide
The global-properties name is incorrect as all properties for the event are included. The node name should be changed to properties.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #312309 Wed Aug 24 13:26:38 UTC 2005 niall Fixes for LOG4NET-22 and LOG4NET-44 with associated tests.

Characters that cannot be expressed in XML are now masked with a user specifiable charater.
The message and property values may be base64 encoded if this is undesirable.

The name of the properties node has been fixed to properties rather than global-properties.

PR:
Obtained from:
Submitted by:
Reviewed by:
Files Changed
MODIFY /logging/log4net/trunk/tests/src/log4net.Tests.csproj
MODIFY /logging/log4net/trunk/src/Util/Transform.cs
MODIFY /logging/log4net/trunk/src/Layout/XmlLayoutSchemaLog4j.cs
MODIFY /logging/log4net/trunk/src/Layout/XMLLayoutBase.cs
MODIFY /logging/log4net/trunk/src/Layout/XMLLayout.cs
ADD /logging/log4net/trunk/tests/src/Layout/XmlLayoutTest.cs

Niall Daley added a comment - 24/Aug/05 10:27 PM
Node renamed to properties.

Niall Daley made changes - 24/Aug/05 10:27 PM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]