The StringMatchFilter only matches against the event message itself not other parts of the logging event. Where exactly are you passing 'FK_ListingCostByDay_Listing' into the log event?
Nicko > -----Original Message----- > From: Baron Schwartz [mailto:[EMAIL PROTECTED] > Sent: 15 April 2005 16:09 > To: [email protected] > Subject: StringMatchFilter isn't rejecting log events > > Hi, > > We went over this recently on the list -- what am I doing > wrong? I'm getting messages with the string > "FK_ListingCostByDay_Listing" in them. > Here's my config. Thanks in advance for your help! > > Baron > > <log4net> > <appender name="SmtpAppender" > type="log4net.Appender.SmtpAppender"> > .... [some stuff omitted] .... > <filter type="log4net.Filter.StringMatchFilter"> > <param name="AcceptOnMatch" value="false" /> > <param name="StringToMatch" > value="FK_ListingCostByDay_Listing" /> > </filter> > </appender> > <root> > <level value="ERROR" /> > <appender-ref ref="SmtpAppender" /> > </root> >
