I have a windows service that uses log4net. We noticed that the service in question was running painfully slow so we attached a debugger to it and stepped through. It appears that each time it tries to write an entry to the log via log4net that it takes anywhere from 10 to 30 seconds before the next line of code can execute. Obviously this adds up...
The service is 2.0 .net We're using log4Net 1.2.0.30714. We've tested this on a machine running vista and a machine running win sever 2003 and have seen the same or similar results.