Issue Details (XML | Word | Printable)

Key: LOG4NET-37
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Nicko Cadell
Reporter: Nicko Cadell
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Log4net

Allow the RepositorySelector type to be specified using the AppSettings config

Created: 22/Jun/05 03:58 AM   Updated: 08/Mar/06 12:21 AM
Return to search
Component/s: Core
Affects Version/s: 1.2.9
Fix Version/s: 1.2.10

Time Tracking:
Not Specified

Resolution Date: 22/Jun/05 04:13 AM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #312297 Tue Jun 21 19:11:57 UTC 2005 nicko Fix for LOG4NET-37. Allow the RepositorySelector type to be sepecified using the AppSettings config
Files Changed
MODIFY /logging/log4net/trunk/src/Core/LoggerManager.cs