One day we will allow properties to be set via attributes as well as
using elements, then this could also be written as:

<property key="foo" value="bar" />

Getting the support for this right in the config parser is tricky, we
can't break the current syntax, and that means that the 2 attributes we
do currently understand (type and value) become interesting.

Cheers,
Nicko 

> -----Original Message-----
> From: Ron Grabowski [mailto:[EMAIL PROTECTED] 
> Sent: 31 October 2005 01:43
> To: Log4NET Dev
> Subject: Re: [jira] Created: (LOG4NET-53) Allow repository 
> properties to be set in the config file
> 
> At first glance I thought this was a typo. I wish there was a 
> more AppSettings-ish way to express these properties. The 
> <value value="" /> node looks weird. I understand why it is 
> the way it is. 
> 
> --- "Nicko Cadell (JIRA)" <[EMAIL PROTECTED]> wrote:
> 
> > <property>
> >   <key value="PropertyName" />
> >   <value value="PropertyValue" />
> > </property>
> 
> 

Reply via email to