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

2004-07-27 Thread Bartsch Axel
- From: Dennis Cook [mailto:[EMAIL PROTECTED] Sent: 26 July 2004 15:59 To: Log4J Users List Subject: Re: using log4j to one logging file from more than one process Here is one approach that might work. If the three processes can be started by a single common java process, then you could use

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

2004-07-26 Thread Dennis Cook
Here is one approach that might work. If the three processes can be started by a single common java process, then you could use 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

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

2004-07-26 Thread Keith Hatton
: 26 July 2004 15:59 To: Log4J Users List Subject: Re: using log4j to one logging file from more than one process Here is one approach that might work. If the three processes can be started by a single common java process, then you could use console appenders from those three processes