> Hi Paul, Mark, > > Assuming the SupportsThreshold interface (or Thresholdable) interface > consists of setThreshold, and getThreshold methods, then the > Category class > does not comply with this interface. Moreover, for obvious > compatibility > reasons we cannot change the Category class.
That's ok, in Chainsaw's cases, only Plugin's really make sense anyway. > Introspection is another possibility. However, setting the level of a > category can have long term secondary effects. Actually, the > same is true > for all components. For example, one should can set the > threshed of an > appender to off (to pause it) but should also reset it to its > old threshold > value when resuming. Yes, I've thought about this a bit, but haven't been real clear as to how to tackle it. Somehow, some "thing" is going to have to remember the previous Threshold state. Probably best that CHainsaw handles this for it's own pausing purposes, unless someone can think of another way. Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]