Hi all, I have a DLL (with vs2008) that uses log4cxx. All is working ok reading configuration file log4AI.properties.
I have a process that loads this DLL and uses log4cxx too. This process is configured to read a properties file log4jSM.properties. When the process starts, the firsts traces are correctly logged into the correct file (log4SM.txt). After the process loads the DLL, all traces in the process are not going to the correct file and all goes to the logAI.txt (using log4AI.properties). Is log4cxx a singleton? could I have different instances of log4cxx in the same process? Regards -- Óscar Pernas Plaza.