Serialised LoggingEvent does not preserve the Fix flags
-------------------------------------------------------

         Key: LOG4NET-42
         URL: http://issues.apache.org/jira/browse/LOG4NET-42
     Project: Log4net
        Type: Bug
  Components: Core  
    Versions: 1.2.9    
    Reporter: Nicko Cadell
 Assigned to: Nicko Cadell 


When a LoggingEvent is desterilised the data is restored but the FixFlags are 
not set. By default this is set to None. If the LoggingEvent object if then 
fixed (e.g. by a BufferingAppender) then the data in the event may be 
overwritten from the current environment.

When the LoggingEvent is desterilised the Fix property should be set to 
FixFlags.All.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to