RE: using log4j to one logging file from more than one process

2004-07-27 Thread Bartsch Axel
console appenders from those three processes and collect there entries in the starting process by intercepting their stdout and stderr streams; in turn writing to a file appender from that process. On Jul 26, 2004, at 7:35 AM, Bartsch Axel wrote: Hello, I want to write into a logging file

using log4j to one logging file from more than one process

2004-07-26 Thread Bartsch Axel
Hello, I want to write into a logging file with log4j from an application that consists of 3 processes (=JAVA VMs). Each process calls String configFileName = log.properties; PropertyConfigurator.configure(configFileName); tfl = Logger.getLogger(debug); and then logs e.g. with