|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ logback-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev

OK, I've looked at source. It seems that the infinite loop
in dispatchEvents() can only be broken via an IOException
or InterruptedException. Calling stop() closes the socket
using closeQuietly, which catches any IOExceptions. There
really doesn't seem to be a provision for exiting this
loop programmatically.