I want log4net to write to my ADO log immediately but it doesn't seem to do it until the application exists, how can I remedy this?
+1
A:
You have to configure the buffer size like this:
<bufferSize value="1" />
Stefan Egli
2010-10-20 14:12:54