On Feb 25, 2005, at 1:03 PM, Curt Arnold wrote:
This would result in a call to AppenderSkeleton.activate() and a call to AppenderSkeleton.activateOptions() since activateOptions would invoke the custom appenders activation code. If code wants to work properly with existing custom appenders, then it should call activateOptions since that is the only call that works correctly with both internal and existing custom appenders, but it is deprecated and the JavaHelp tells you to call the method that may be unsafe with existing custom appenders.
Should have been:
This would result in a call to AppenderSkeleton.activate() and a call to AppenderSkeleton.activateOptions() having different effects since...
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]