cvs commit: logging-log4net/src/Core LoggingEvent.cs

2005-04-03 Thread nicko
nicko 2005/04/03 11:07:17 Modified:src/Core LoggingEvent.cs Log: Fix for LOG4NET-21. Remove from fixedProperties any key-value pairs where the key or value (or fixed value) is null Revision ChangesPath 1.20 +17 -8 logging-log4net/src/Core/LoggingEvent.cs

[jira] Resolved: (LOG4NET-21) RemotingAppender failes once NDC becomes empty

2005-04-03 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-21?page=history ] Nicko Cadell resolved LOG4NET-21: - Resolution: Fixed Fix Version: 1.2.10 Fixed by not serialising key-value pairs from the LoggingEvent Properties if the key or value is null.