From: João C. <joa...@zo...> - 2012-06-12 23:00:33
|
I'm writing a library where I'd like to use log4cplus. My library has a dependency on a third-party library ( http://forexforums.dailyfx.com/forexconnect/392705-forexconnect-api-subscribe-updates.html) which also uses log4cplus. This third party is closed source and provided in binary format only. Logging from my library works correctly using ( i'm using BasicConfigurator), however, once I instantiate an object from this 3rd party library which also uses log4cplus, logging in my own lib stops working ( nothing is outputted anymore). Is my use case supported and expected to work ? Or maybe there is something obvious that prevents this from working ? Thanks, Joao |