Return-Path: Delivered-To: apmail-logging-log4net-dev-archive@www.apache.org Received: (qmail 40654 invoked from network); 14 Jun 2008 14:16:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2008 14:16:07 -0000 Received: (qmail 28502 invoked by uid 500); 14 Jun 2008 14:16:09 -0000 Delivered-To: apmail-logging-log4net-dev-archive@logging.apache.org Received: (qmail 28438 invoked by uid 500); 14 Jun 2008 14:16:09 -0000 Mailing-List: contact log4net-dev-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET Dev" List-Id: Delivered-To: mailing list log4net-dev@logging.apache.org Received: (qmail 28291 invoked by uid 99); 14 Jun 2008 14:16:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jun 2008 07:16:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jun 2008 14:15:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B0E2234C140 for ; Sat, 14 Jun 2008 07:15:45 -0700 (PDT) Message-ID: <1029324661.1213452945240.JavaMail.jira@brutus> Date: Sat, 14 Jun 2008 07:15:45 -0700 (PDT) From: "Ron Grabowski (JIRA)" To: log4net-dev@logging.apache.org Subject: [jira] Updated: (LOG4NET-137) log4net.Filter.LevelMatchFilter does not work anymore In-Reply-To: <5183348.1201544854088.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LOG4NET-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Grabowski updated LOG4NET-137: ---------------------------------- Fix Version/s: 1.2.11 Assignee: Ron Grabowski > log4net.Filter.LevelMatchFilter does not work anymore > ----------------------------------------------------- > > Key: LOG4NET-137 > URL: https://issues.apache.org/jira/browse/LOG4NET-137 > Project: Log4net > Issue Type: Bug > Components: Other > Affects Versions: 1.2.10 > Reporter: Benjamin Peikes > Assignee: Ron Grabowski > Fix For: 1.2.11 > > > The following log4net configuration used to filter only FATAL messages to the event log. In version 1.2.10, this will send all messages to the EventLog. If I remove the LevelMatchFilter and replace it with a LevelRangeFilter which has a minLevel set to FATAL, the filtering occurs properly. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.