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:
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>