Re: [PR] Improve support for MultiprocessRollingFileAppender [logging-log4cxx]

2024-12-10 Thread via GitHub
swebb2066 commented on code in PR #441: URL: https://github.com/apache/logging-log4cxx/pull/441#discussion_r1879175745 ## src/main/include/log4cxx/rolling/multiprocessrollingfileappender.h: ## @@ -34,12 +34,12 @@ namespace rolling /** * A special version of the RollingFileApp

Re: [PR] Improve support for MultiprocessRollingFileAppender [logging-log4cxx]

2024-12-10 Thread via GitHub
rm5248 commented on code in PR #441: URL: https://github.com/apache/logging-log4cxx/pull/441#discussion_r1878136371 ## src/main/include/log4cxx/rolling/multiprocessrollingfileappender.h: ## @@ -34,12 +34,12 @@ namespace rolling /** * A special version of the RollingFileAppend

[PR] Improve support for MultiprocessRollingFileAppender [logging-log4cxx]

2024-12-09 Thread via GitHub
swebb2066 opened a new pull request, #441: URL: https://github.com/apache/logging-log4cxx/pull/441 1. Allow MultiprocessRollingFileAppender in a configuration when log4cxx is statically linked (Fixes #440) 2. Resolve error "Can't cast writer to FileOutputStream" (Fixes #439) -- Thi