https://issues.apache.org/bugzilla/show_bug.cgi?id=45934
--- Comment #1 from Martin Burger <[EMAIL PROTECTED]> 2008-10-02 04:51:20 PST --- Created an attachment (id=22667) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22667) Patch to FileAppender.java that produces implementation of proposed feature. The attached patch implements the proposed feature using a shutdown thread. It adds a new optional option "ShutdownHook" (default: false). If this option is set to true and option "BufferedIO" is set to true as well, the shutdown hook will be registered in method setFile(...). Note: The test suite runs without any error after applying the patch, at least on my system. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
