-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore support for MultiprocessRollingFileAppender (#441)
* Allow MultiprocessRollingFileAppender in a configuration when log4cxx is statically linked * Restore MultiprocessRollingFileAppender functionality * Enable runtime configuration of MultiprocessRollingFileAppender * Add unit test * Send rename failures to error handler * Use a simpler (not per uid) lock file name * Activate multiprocess behaviour in TimeBasedRollingPolicy * Prevent failure on Windows (due to apr_trunc_file semantic differences) * Add MultiprocessRollingFileAppender test to Windows (LOG4CXX_CHAR=utf-8) * Support for system testing using the command 'multiprocessrollingtest test3&' * The uid provided by the Windows version of apr_uid_current is not a constant value
- Loading branch information
Showing
15 changed files
with
498 additions
and
449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.