https://issues.apache.org/bugzilla/show_bug.cgi?id=45165
--- Comment #1 from Armin Häberling <[EMAIL PROTECTED]> 2008-06-10 06:29:10 PST --- Created an attachment (id=22104) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22104) MultiFileAppender.java - new version A new version of the MultiFileAppender class. The old one had a NullPointerException if a file could not be opened. I fixed that and also did some refactoring: I removed the dependency on the FileAppender. This makes the code is much clearer and the error handling easier. -- 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]
