Return-Path: Delivered-To: apmail-logging-log4net-user-archive@www.apache.org Received: (qmail 58928 invoked from network); 21 Apr 2010 18:04:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Apr 2010 18:04:58 -0000 Received: (qmail 19178 invoked by uid 500); 21 Apr 2010 18:04:58 -0000 Delivered-To: apmail-logging-log4net-user-archive@logging.apache.org Received: (qmail 19054 invoked by uid 500); 21 Apr 2010 18:04:57 -0000 Mailing-List: contact log4net-user-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET User" List-Id: Delivered-To: mailing list log4net-user@logging.apache.org Received: (qmail 19046 invoked by uid 99); 21 Apr 2010 18:04:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 18:04:57 +0000 X-ASF-Spam-Status: No, hits=2.7 required=10.0 tests=AWL,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [64.129.74.16] (HELO mail2.tier.com) (64.129.74.16) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 18:04:51 +0000 Received: from TRCSUWEX01.corp.tier.com ([10.140.10.15]) by mail2.tier.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 21 Apr 2010 14:04:29 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CAE17D.02977F48" Subject: Nested Config settings... Date: Wed, 21 Apr 2010 14:03:55 -0400 Message-ID: <5BD90D7A33657F47AEDDF3748754BEA5FD996B@TRCSUWEX01.corp.tier.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Nested Config settings... Thread-Index: AcrhfQIHoipLjrrkSyqhaNCmS+6R5g== From: "Brian Carlson" To: "Log4NET User" X-OriginalArrivalTime: 21 Apr 2010 18:04:29.0842 (UTC) FILETIME=[16846F20:01CAE17D] This is a multi-part message in MIME format. ------_=_NextPart_001_01CAE17D.02977F48 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I have a custom filter, doing an AND of multiple property checks. I need to be able to read in the following config... =20 =20 =20 Does anyone know how to implement this so my class has access to the nested nodes? =20 Thanks, Brian ------_=_NextPart_001_01CAE17D.02977F48 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I have a custom filter, doing an AND of multiple = property checks.  I need to be able to read in the following = config…

 

<filter type=3D"MyNameSpace.Logging.Appender.MultiplePropertyFilter,CommonUt= ilities">

<Condition>

  <key value=3D”Property1” />

  <stringToMatch value=3D”aaaa” />

</Condition>

<Condition>

  <key value=3D”Property2” />

  <stringToMatch value=3D”bbb” />

</Condition>

</filter>

 

 

Does anyone know how to implement this so my class = has access to the nested nodes?

 

Thanks,

Brian

------_=_NextPart_001_01CAE17D.02977F48--