rm5248 commented on PR #242:
URL: https://github.com/apache/logging-log4cxx/pull/242#issuecomment-1655704166

   Note: I specifically did not do this, because I don't want to have log4cxx 
depend on Qt at all, even optionally.  This is so that Linux distros can 
package up log4cxx and log4cxx-qt separately.  At least on Debian-based 
systems(unless something has changed recently), if log4cxx was built with Qt 
support the symbols would be in the .so file, and thus it would bring in all of 
the Qt libraries(even if your app does not use Qt).  Because they are two 
separate .so files, you only get the Qt libraries if you need the Qt support.
   
   Having a `Logger` that does let you log QStrings directly would be 
convenient, but I'm not quite sure how to make that happen.


-- 
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 unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to