> Hi Paul,
> 
> Adding Pausable interface and checking whether the Plugin 
> supports it, is 
> probably simpler.

On a related note, what about having a Thresholdable interface (The name of
the interface is arguable)?

public interface Thresholdable {
        public void setLevel(Level leve);
        public Level getLevel();
}

An instance that is able to support having a Threshold set?
Appenders/Receivers, Loggers etc could support this interface
(appenders/loggers do, they just don't declare it via interface support).

This does start opening up the can of works of interface explosion, but this
one would be very useful for Chainsaw.  I'd like SocketNode's etc to support
this for fine grained filtering.

cheers,

Paul

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

Reply via email to