Hello,

I created a custom Appender that needs to be closed in order to commit
and close db connection.

Now I attached this appender to two categories. I expected that
Appender.close() would be caled only after I have called close() on
the *last* Category that uses this Appender.

However I noticed that it closes the Appender already when I close the
*first* Category, making the second Category still existant but unable
to write to log.

Is this intended behaviour or a bug?

TIA,

-- 
Peter Mutsaers  |  Dübendorf    | UNIX - Live free or die
[EMAIL PROTECTED]      |  Switzerland  | Sent via FreeBSD 4.3-stable

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to