[ 
https://issues.apache.org/jira/browse/LOG4NET-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-47:
----------------------------------

    Fix Version/s: 1.2 Maintenance Release

> Add AsyncForwardingAppender
> ---------------------------
>
>                 Key: LOG4NET-47
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-47
>             Project: Log4net
>          Issue Type: New Feature
>          Components: Appenders
>    Affects Versions: 1.2.9
>            Reporter: Nicko Cadell
>             Fix For: 1.2 Maintenance Release
>
>
> An AsyncForwardingAppender would be an appender that forwards to attached 
> appender asynchrounously, i.e. using a seperate thread.
> There is a simple sample appender that does this in the SampleAppendersApp:
> examples\net\1.0\Appenders\SampleAppendersApp\cs\src\Appender\AsyncAppender.cs
> This appender uses a worker thread from the ThreadPool to forward the event. 
> It may be necessary to do this differently as we may compete for thread pool 
> resources and cause a deadlock.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to