Re: Is it safe to use LoggerAppenderFile in Apache (Prefork with multiple running processes)

2010-03-24 Thread Christian Grobmeier
Hi, > Hi, I want to verify if it is safe to use LoggerAppenderFile in Apache > (Prefork with multiple running processes). I think it is > What will happen if multiple apache processes are writing at the same time? > Exception, or just simply overwritten? Look at this: http://logging.apache.org/

Is it safe to use LoggerAppenderFile in Apache (Prefork with multiple running processes)

2010-03-24 Thread Ryan Chan
Hi, I want to verify if it is safe to use LoggerAppenderFile in Apache (Prefork with multiple running processes). What will happen if multiple apache processes are writing at the same time? Exception, or just simply overwritten?