This PR prevents the fault:
log4cxx: Could not instantiate class [org.apache.log4j.FMTLayout].
when loading a configuration that uses FMTLayout and the application was linked to a Log4cxx static library.
The code for FMTLayout is not bound into the application when the code does not include a reference to FMTLayout.
This PR prevents the fault:
log4cxx: Could not instantiate class [org.apache.log4j.FMTLayout].
when loading a configuration that uses FMTLayout and the application was linked to a Log4cxx static library.The code for FMTLayout is not bound into the application when the code does not include a reference to FMTLayout.