Hi,
I have added a Closeable interface into Logkit but as yet there is no Openable
interface. The question becomes - is there a need for an Openable interface
ala
interface Openable
{
void open();
}
That way we could reopen targets after we have closed them vie Closeable. But
as the configuration of targets is generally immutable I am not sure there is
any benefit in that?
Alternatively we could just add an extra interface like
interface ActiveTarget
{
void open();
void close();
}
Thoughts?
--
Cheers,
Peter Donald
*------------------------------------------------------*
| "The whole problem with the world is that fools and |
| fanatics are always so certain of themselves, but |
| wiser people so full of doubts." - Bertrand Russell |
*------------------------------------------------------*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]