RE: LogFilePatternReceiver notification of completion

2007-06-17 Thread Scott Deboy
-Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Sat 6/16/2007 10:42 PM To: Log4J Developers List Subject: LogFilePatternReceiver notification of completion Is there any way a thread that creates a LogFilePatternReceiver to soak in a file of events can be notified

Re: LogFilePatternReceiver notification of completion

2007-06-17 Thread Paul Smith
: LogFilePatternReceiver notification of completion Is there any way a thread that creates a LogFilePatternReceiver to soak in a file of events can be notified or joined onto the Thread that the Receiver creates to imports the file? I can't see a way. I was wondering if I could add a small

Re: LogFilePatternReceiver notification of completion

2007-06-17 Thread Paul Smith
: LogFilePatternReceiver notification of completion isn't it the reverse? I need a synchronous receiver. The current behaviour is async. ? Can I apply my change? On 18/06/2007, at 3:34 AM, Scott Deboy wrote: Sounds like an AsyncReceiver (essentially what Chainsaw is doing under the covers). Scott

RE: LogFilePatternReceiver notification of completion

2007-06-17 Thread Scott Deboy
:[EMAIL PROTECTED] Sent: Sun 6/17/2007 8:29 PM To: Log4J Developers List Subject: Re: LogFilePatternReceiver notification of completion yep, I think that's a required step for all receivers. Thanks Scott. On 18/06/2007, at 1:22 PM, Scott Deboy wrote: Sure--fyi, I vaguely recall needing

LogFilePatternReceiver notification of completion

2007-06-16 Thread Paul Smith
Is there any way a thread that creates a LogFilePatternReceiver to soak in a file of events can be notified or joined onto the Thread that the Receiver creates to imports the file? I can't see a way. I was wondering if I could add a small property: setUseCurrentThread(boolean) , than when