asynchronous http logging

2007-04-19 Thread Derek Williams
Reposting - I apologize for the previous HTML post. Hit send too early. Anyway... We are looking at log4net as a new logging app but are really interested in something that will allow us to handle all logging asynchronously. Basically, we want the HTTP request to complete without waiting for

asynchronous logging with HTTP requests

2007-04-19 Thread Derek Williams
We are looking at log4net as a new logging app but are really interested in something that will allow us to handle all logging asynchronously. Basically, we want the HTTP request to complete without waiting for the logger to finish. I was reading in the documentation about logging in multi-thr