You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by Steindl Christian <c....@pke.at> on 2005/09/16 14:58:41 UTC

TelnetAppender blocking

Hi,
 
I'm using mostly the CVS head under Windows/VC 7.1:

In TelnetAppender::close() the call sh.stop() blocks because i suppose
it's not wrong to call ExitThread to terminate another thread.

Replacing it with sh.ending() is a work-around.

Greetz,
Christian