Description
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>
Attachments
Issue Links
- is part of
-
LOG4NET-31 Allow user to pass in additional parameters to <converter> node via some kind of <property> tag
- Resolved