DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43158>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43158





------- Additional Comments From [EMAIL PROTECTED]  2007-08-17 10:40 -------
Created an attachment (id=20675)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20675&action=view)
Implementing ability to change receiver configurations at run time

In this patch I have implemented the ability to change properties which are
relevant to 'LogFilePatternReceiver' type receivers, at runtime. Those
properties include 'filterExpression', 'tailing', 'name', 'logFormat',
'timestampFormat' and some others. There are some other properties which are
relevant to other types of receivers. Those can be implemented in the same way
later.
Here I have a problem of accessing the correct log panel name which is relevant
to the currently selected receiver. In the method I used here, a
propertyChanged event is fired when the table is updated and it is handled at
the LogUI class to update the filter. But I'm not quite sure how to get the
correct log panel name which is relevant to the receiver which fired
propertyChanged event, to set the new filter expression. So for the time being,
I have set the new filter to the currently selected log panel and this should
be fixed. According to this, the proper log panel should be selected before
changing the 'filterExpression' property.
Any comments on how to fix this???....


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to