I created the o.a.log4j.filters package, a MatchFilterBase class (as previously discussed), and subclasses that use it. Please review at your convenience.
I have probably broken a project guideline as I have not implemented test cases for the 3 subclasses yet, so use them at your own risk. I will apply comments and rigorously test them with some test cases Tuesday night. -Mark -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 12:05 AM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-log4j/src/java/org/apache/log4j/filters package.html NDCMatchFilter.java MDCMatchFilter.java MatchFilterBase.java LevelMatchFilter.java mwomack 2002/06/11 00:04:54 Added: src/java/org/apache/log4j/filters package.html NDCMatchFilter.java MDCMatchFilter.java MatchFilterBase.java LevelMatchFilter.java Log: Added MatchFilterBase class to log4j.filters package and three subclasses to match specific things: LevelMatchFilter, MDCMatchFilter, and NDCMatchFilter. LevelMatchFilter and NDCMatchFilter are versions moved from the varia package, but changed to subclass from MatchFilterBase. Revision Changes Path 1.1 jakarta-log4j/src/java/org/apache/log4j/filters/package.html -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
