Jitendra Kharche wrote: > Thanks Jürgen. > Exactly, I have the same problem. I am accessing the log file from multiple > processes.
Note that this is not supported by log4j either. There is no synchronization between different JVMs accessing the same log file. One possibility would be to use a socket server to collect logging information from various processes, but the socketappender is not yet reactivated in log4cxx 0.9.8. Also, this might be a performance issue because each log request then results in a network access. Regards, Andreas