You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Lukas <lu...@xtra.co.nz> on 2004/01/18 10:04:40 UTC

latest chainsaw stops showing events after initial batch

Hello,

I just grabbed the current chainsaw code from cvs and i found it stopped showing
events after the first batch come thru. The following change to the
'ChainsawAppenderHandler' class seemed to resolve the issue, i'm guessing it is
a synchronization issue.

#line 337 approx
try {
	synchronized (this) {
//    wait(getQueueInterval()); << didn't like this
      wait( 1000 );
}
} catch (InterruptedException ie) {
}

Forgive me if i'm missing something, i'm not that familiar with building java
gui's.

Lukas
Sofnology Ltd 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.561 / Virus Database: 353 - Release Date: 13/01/2004
 


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org