[
https://issues.apache.org/jira/browse/LOG4NET-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14721207#comment-14721207
]
Albin Sunnanbo commented on LOG4NET-472:
----------------------------------------
By introducing a temporary Thread.Sleep I found the lock in
log4net.Appender.AppenderSkeleton.DoAppend sorted out any concurrency before
calling the filters.
I have now removed the locking too.
Thanks for your time and knowledge about the expected flow in Log4Net.
> Contribution of BurstFilter
> ---------------------------
>
> Key: LOG4NET-472
> URL: https://issues.apache.org/jira/browse/LOG4NET-472
> Project: Log4net
> Issue Type: New Feature
> Components: Other
> Affects Versions: 1.2.13
> Reporter: Albin Sunnanbo
> Priority: Minor
>
> Hi
> I wrote a BurstFilter implementation for Log4net a while ago, trying to mimic
> the API of BurstFilter for Log4j
> https://logging.apache.org/log4j/2.0/log4j-core/apidocs/org/apache/logging/log4j/core/filter/BurstFilter.html
> I have published my source code on our company GitHub account:
> https://github.com/KentorIT/Log4NetExtensions
> But I would of course be happy to contribute the extension back to the main
> project on apache.org.
> Would a contribution be accepted and in such case how would you like the
> contribution served? As a diff in this Jira issue?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)