Hello On 2007-08-01 Curt Arnold wrote: > While trying to explain the situation, it struck me that the > motivation in the original posting was problematic. It is a common > mistake for log4j users to either intentionally or unintentionally > have multiple JVM's attempt to write to the same log file.
That's a good point, I am indeed in danger of this situation with my several programs configured to write into the same logfile. Would it be good to add file locking to the log4php wishlist? I think it's common to have a big application that consists of several small console programs, scripts and web-interfaces that all want to write into the same logfile to not have 5 different logfiles to look into. bye, -christian- (who whishes a mixture of log4X and syslog :))
