Allow flushing into file every X milliseconds ---------------------------------------------
Key: LOG4NET-83 URL: http://issues.apache.org/jira/browse/LOG4NET-83 Project: Log4net Issue Type: New Feature Components: Appenders Affects Versions: 1.2.10 Environment: All Reporter: Tal G Priority: Minor In FileAppender you can specify either immediate flush on every message or not flushing at all. Immediate flushing reduces performance in 10% - 20%, but when flushing is skipped, then it is likely that the last few log events will not be recorded on disk when the application exits. I suggest adding a parameter that flushes to file every X millisecond. In this case you will gain most of the 10%-20% performance, and you will minimize the lost of logs when the application exits. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira