swebb2066 commented on PR #218:
URL: https://github.com/apache/logging-log4cxx/pull/218#issuecomment-1598254198

   The problem will be that no code references JSONLayout (either in log4cxx or 
your code) so the linker would not have included the log4cxx.a jsonlayout.o 
translation unit in your executable image.
   
   The problem is not as extensive as I feared. Log4cxx code includes 
references to most classes named in `IMPLEMENT_LOG4CXX_OBJECT` macros. The 
exceptions are some appenders, layouts and filters.


-- 
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