Hi all,

I am new to log4cxx and have a mutiple dll project to use log4cxx for some
logging task.
My project has 3 dll modules: a.dll, b.dll, c.dll , all dlls need logging.

log4cxx needs some initialize code such like BasicConfigurator::configure() ,
load properties files, to prepare the logger. Because i use import lib to
load the dlls,
i don't know which dll will load first.

So I want to determine if log4cxx is initialized when I call log4cxx in each
dll.
Is there any api can tell user is log4cxx initialized?

Thanks.

Reply via email to