add event before write to log to cancel or continue writing
-----------------------------------------------------------

                 Key: LOG4NET-263
                 URL: https://issues.apache.org/jira/browse/LOG4NET-263
             Project: Log4net
          Issue Type: New Feature
          Components: Core
    Affects Versions: v.Next
         Environment: .net
            Reporter: caxey jones


I have thread application and when error will write to log file. And need 
checking if same message, I dont want to write again in certain interval maybe 
10 seconds.

I think the possibility is to add OnWriting feature on log4net so developer 
have control to cancel or continue writing
add event before write to log to cancel or continue writing. so in event 
argument we can set like this
e.Cancel = true; to cancel writing to log.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to