Add AsyncForwardingAppender
---------------------------
Key: LOG4NET-47
URL: http://issues.apache.org/jira/browse/LOG4NET-47
Project: Log4net
Type: New Feature
Components: Appenders
Versions: 1.2.9
Reporter: Nicko Cadell
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.
-
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