[I] Question: using AsyncAppender [logging-log4cxx]

2024-01-21 Thread via GitHub
atari83 opened a new issue, #332: URL: https://github.com/apache/logging-log4cxx/issues/332 Hello! So, I'm working on a program that produce about 100K rows of data per minute and approximately each row is about 2K. While using simple and straightforward `FileAppender` works just fin

Re: [I] Question: using AsyncAppender [logging-log4cxx]

2024-01-21 Thread via GitHub
swebb2066 commented on issue #332: URL: https://github.com/apache/logging-log4cxx/issues/332#issuecomment-1902810015 > FileAppender works just fine. I was thinking how could I optimize it more. The default value of `BufferedIO` is false [documented here](https://logging.apache.org/lo

Re: [I] Question: using AsyncAppender [logging-log4cxx]

2024-01-21 Thread via GitHub
swebb2066 commented on issue #332: URL: https://github.com/apache/logging-log4cxx/issues/332#issuecomment-1902814172 > possible to call the DOMConfigurator::configure function multiple times in my program Yes. `DOMConfigurator::configure` is most usefully automatically called when

Re: [I] Question: using AsyncAppender [logging-log4cxx]

2024-01-21 Thread via GitHub
rm5248 commented on issue #332: URL: https://github.com/apache/logging-log4cxx/issues/332#issuecomment-1902818118 > > possible to call the DOMConfigurator::configure function multiple times in my program > > Yes. `DOMConfigurator::configure` is most usefully automatically called whe

Re: [I] Question: using AsyncAppender [logging-log4cxx]

2024-01-22 Thread via GitHub
atari83 closed issue #332: Question: using AsyncAppender URL: https://github.com/apache/logging-log4cxx/issues/332 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: [I] Question: using AsyncAppender [logging-log4cxx]

2024-01-22 Thread via GitHub
atari83 commented on issue #332: URL: https://github.com/apache/logging-log4cxx/issues/332#issuecomment-1903588627 Got it ! Thank you Stephen, Robert for the responses :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an