Re: multiples instances of log4cxx

2013-01-23 Thread Oscar Pernas
Hi Thorsten, I was looking into this problem again: My process is call MyAI. MyAi is loading its instance of log4cxx like this: static log4cxx::LoggerPtr loggerMyAI; LoggerPtr MyAI::loggerMyAI(Logger::getLogger(MyAI)); PropertyConfigurator::configure(log4jMyAI.properties); After this configure

Re: multiples instances of log4cxx

2013-01-23 Thread Thorsten Schöning
Guten Tag Oscar Pernas, am Mittwoch, 23. Januar 2013 um 13:29 schrieben Sie: What I'm doing wrong? I think that Im linking with the correct dinamic library... Did you read my quoted link? The behavior you see is intended on dynamic link libraries. Mit freundlichen Grüßen, Thorsten Schöning