When does log4net write or commit the log to file?
- by Jollian
We use the log4net to log the winform application's event and error.
Our customer want check the log file during the application running.
But I can't find out when and how the log4net do the write(commit) operation.
And how to meet the customer's requirement, except creating another logger by myself.
Any help? Thanks.