From: <log...@li...> - 2015-02-11 14:45:44
|
Hello, I'm wondering if several logger instances may co-exist in the same process. Each logger instance is initialized from a different properties file. The use case is when I develop a plugin (a DSO in unix) that is loaded with dlopen in the process. I cannot know if another plugin uses log4cplus. Therefore both my plugin and a third party's plugin may invoke PropertyConfigurator::doConfigure(property_file) each with its own property_file. What would happen then? Is there a way to determine if the third party's module has already initialized the logging system and executed doConfigure(property_file)? Thank you, Sorin |