Allow the RepositorySelector type to be sepecified using the AppSettings config
-------------------------------------------------------------------------------
Key: LOG4NET-37
URL: http://issues.apache.org/jira/browse/LOG4NET-37
Project: Log4net
Type: New Feature
Components: Core
Versions: 1.2.9
Reporter: Nicko Cadell
Assigned to: Nicko Cadell
Priority: Minor
Fix For: 1.2.10
Allow the RepositorySelector type to be sepecified using the AppSettings config.
The RepositorySelector is set by default to be DefaultRepositorySelector. This
can be changed programatically by setting the LoggerManager.RepositorySelector
property, however it cannot be set at runtime via the application configuration
files.
Propose adding an AppSettings property 'log4net.RepositorySelector' that can be
set to the type name of the repository selector to load. If this property is
missing, or the type cannot be created the current default behaviour will
continue.
--
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