[ 
https://issues.apache.org/jira/browse/LOG4NET-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-83:
----------------------------------

    Fix Version/s: 1.2 Maintenance Release

> Allow flushing into file every X milliseconds
> ---------------------------------------------
>
>                 Key: LOG4NET-83
>                 URL: https://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
>             Fix For: 1.2 Maintenance Release
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to