
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Incorporates
|
|
|
|
This issue is part of:
|
|
LOG4NET-31
Allow user to pass in additional parameters to <converter> node via some kind of <property> tag
|
|
|
|
|
|
|
| Resolution Date: |
31/Oct/05 10:14 AM
|
|
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>
|
|
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> |
Show » |
| No work has yet been logged on this issue.
|
|