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
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