the following filter: <filter type="log4net.Filter.StringMatchFilter"> <stringToMatch value="database" /> </filter>
Look for the substring 'database' in the message text of the event, in the case that text is found the filter is ACCEPTED and the message is logged. OK I want to configure a filter that DENY the substring 'database' (don't log the message) how can I configure that? thanks in advance, Alexander Wolff