Please review and apply patches.

I would greatly appreciate if you could review and apply the patches I provided for LBCLASSIC-35 and LBCORE-58. I need to fix a problem for a product we are deploying to production and would like to use a snapshot of Logback instead of having to create my own copy of Logback in our source control. Also, I submitted a patch for LBCLASSIC-53 some time ago to allow onMatch and onMismatch to be configured in the DynamicThresholdFilter. This isn't as big a deal except I keep noticing that my sandbox isn't in synch with trunk. Ralph

Ralph Goers wrote:
Also, I submitted a patch for LBCLASSIC-53 some time ago to allow onMatch and onMismatch to be configured in the DynamicThresholdFilter. This isn't as big a deal except I keep noticing that my sandbox isn't in synch with trunk.
I applied your patch except that I renamed the OnMatch as OnHigherOrEquals, and OnMismatch as OnLower. While the new names may not be perfect, I think they are better than the old ones. If my memory serves me correctly, we have already discussed this change, if not please accept my apologies. (Also, I am open for discussing this change.)
Ralph
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch

Yes we discussed the change. That was actually why I wrote the patch. I reviewed the svn email. The changes look OK. I'll synch to the latest source and review that as well in the next couple of days. Ralph Ceki Gulcu wrote:
Ralph Goers wrote:
Also, I submitted a patch for LBCLASSIC-53 some time ago to allow onMatch and onMismatch to be configured in the DynamicThresholdFilter. This isn't as big a deal except I keep noticing that my sandbox isn't in synch with trunk.
I applied your patch except that I renamed the OnMatch as OnHigherOrEquals, and OnMismatch as OnLower. While the new names may not be perfect, I think they are better than the old ones. If my memory serves me correctly, we have already discussed this change, if not please accept my apologies. (Also, I am open for discussing this change.)
Ralph
participants (2)
-
Ceki Gulcu
-
Ralph Goers