Jim,
Most of the setter/getter method you requested had been already added some time ago. I
have made "cb" and "msg" protected and checked in a changed version. Let me know if
the results are OK with you. Ceki
At 17:42 19.05.2001 -0400, you wrote:
>Here are the changes I was talking about bef
Here are the changes I was talking about before regarding making the
SMTPAppender friendlier to extension. The patch is against rev 1.22 in CVS.
Specific changes:
* Private members are declared to be private.
* Private members that is needed by subclasses (like the CyclicBuffer,
TriggerEvent
The following patch simply makes SMTPAppender extensible. The patch is
against rev 1.22 in CVS.
Specific changes:
* Private members are declared to be private.
* Private members that is needed by subclasses (like the CyclicBuffer,
TriggerEventEvaluator and Message objects) now have protected