Hi,

I'm currently using Log4Cxx in a C++ application, with a log file property.
Now i have to launch several instances of this program, which means several
processes will used the same log property file, and therefore the same log
file...

I guess it is not handled by log4cxx ? I know it's thread safe, but for
concurrent access in the same main application (like thread or fork), not
between different applications ?

And i imagine a better approach would be to configure log4cxx within the
code (instead property file) in order to change log file name for each
processess ?

Thanks in advance,
sorry for my english
Jean

Reply via email to