using log4cxx from sca component

2014-02-06 Thread Shantharaj, Nandan
I have created a sample application with log4cxx and it works great. = #include log4cxx/logger.h #include log4cxx/xml/domconfigurator.h using namespace log4cxx; using namespace log4cxx::xml; using namespace log4cxx::helpers; // Define static

Re: using log4cxx from sca component

2014-02-06 Thread Thorsten Schöning
Guten Tag Shantharaj, Nandan, am Donnerstag, 6. Februar 2014 um 15:13 schrieben Sie: Requirement in our application was to create a wrapper around log4cxx functionality, so that in future any other logging functionality can be used instead of log4cxx. You will loose some of the