How do I create an asynchronous wrapper for log4net?
问题 By default, log4net is a synchronous logging mechanism, and I was wondering if there was a way to have asynchronous logging with log4net? 回答1: If you go to the log4net website, you can find some examples, at least one of which is an asynchronous Appender. http://logging.apache.org/log4net/release/example-apps.html Note that I have not used any of these examples, so I cannot vouch for them one way or the other. Here is a link to the actual asynchronous appender from the log4net Examples area