Log4net - how to disable creation of empty log file on app start
- by binball
Hi,
I have configured log4net in my app successfully but one thing is a little bit annoying for me.
The log file is created (empty) after my app start even if no error occurs. I would like to log file be created only after some error.
Greetz!