On Wed, 26 Feb 2003 21:03, Leo Sutic wrote:
> Closing the wrapping log target does not close the underlying target.
>
> Is this:
>
> a. right
>
> b. wrong
>
> ?
It was intentional .. whether that is right or wrong is up to debate.
> If (b) do we: Add a method close() to the LogTarget interface?
I would prefer that we add a
package org.apache.log.util;
interface Closeable
{
void close();
}
I think I have a fork of logkit that actually has this ... will go looking and
see ...
--
Cheers,
Peter Donald
---------------------------------------------------------
Clarke's Third Law: "Any technology distinguishable from
magic is insufficiently advanced".
---------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]