Allow repository properties to be set in the config file
--------------------------------------------------------

         Key: LOG4NET-53
         URL: http://issues.apache.org/jira/browse/LOG4NET-53
     Project: Log4net
        Type: Improvement
  Components: Core  
    Reporter: Nicko Cadell
 Assigned to: Nicko Cadell 


The LoggerRepository supports Properties. These are avaliable to the 
extensions, appenders, and plugins attached to the repository. While these 
properties can be set programatically it is not possible to set them through 
the config file.

We should allow properties to be set in the config file using the following 
schema:

<property>
  <key value="PropertyName" />
  <value value="PropertyValue" />
</property>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to