[jira] Created: (LOG4NET-37) Allow the RepositorySelector type to be sepecified using the AppSettings config

2005-06-21 Thread Nicko Cadell (JIRA)
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

cvs commit: logging-log4net/src/Core LoggerManager.cs

2005-06-21 Thread nicko
nicko 2005/06/21 12:11:57 Modified:src/Core LoggerManager.cs Log: Fix for LOG4NET-37. Allow the RepositorySelector type to be sepecified using the AppSettings config Revision ChangesPath 1.9 +65 -3 logging-log4net/src/Core/LoggerManager.cs Index:

[jira] Resolved: (LOG4NET-37) Allow the RepositorySelector type to be sepecified using the AppSettings config

2005-06-21 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-37?page=all ] Nicko Cadell resolved LOG4NET-37: - Resolution: Fixed Added code to the LoggerManager to lookup the AppSettings key log4net.RepositorySelector for the type name of the selector to use.

cvs commit: logging-log4net/tests/src/Appender RemotingAppenderTest.cs

2005-06-21 Thread nicko
nicko 2005/06/21 12:59:23 Modified:tests/src/Appender RemotingAppenderTest.cs Log: Tweaked test because of some timing issues Revision ChangesPath 1.4 +14 -7 logging-log4net/tests/src/Appender/RemotingAppenderTest.cs Index: RemotingAppenderTest.cs