Re: [Log4cxx] Install optional headers or not?

2022-08-14 Thread Thorsten Schöning
Guten Tag Robert Middleton, am Samstag, 13. August 2022 um 22:23 schrieben Sie: > The options are: > 1. Install the headers regardless, but the code in the .cpp file is > #defined out(what the NTEventLogAppender does) > 2. Only install the needed headers Breaking things fast during compilation a

[Log4cxx] Install optional headers or not?

2022-08-13 Thread Robert Middleton
I'm working on making network support in Log4cxx optional so that if you don't need it, you don't need to build a binary with those classes in it. This reorganization also means that the network backend is not limited to just APR, but it can be Boost instead. I'm now coming up with the question o