On Feb 28, 2005, at 1:15 PM, Yoav Shapira wrote:

- Mark activateOptions in Appender deprecated, with a prominent notice that
it is slated for future removal and has been replaced by the activate method
in AppenderLifecycle interface.

Unfortunately having both activate (overriden by internal appenders) and activateOptions (overriden by existing custom appenders) can make it extremely complicated to have a complex appender that performs the exact same actions for both activate() and activateOptions(). I have no problem with AppenderSkeleton.activate being a final method that invokes AppenderSkeleton.activateOptions.



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



Reply via email to