RE: Config.AppSettingsConfigurator

2005-10-07 Thread Nicko Cadell
feedback. Or we do both. Nicko -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: 06 October 2005 22:17 To: Log4NET Dev Subject: Re: Config.AppSettingsConfigurator I think this is similiar to what log4j does in terms of using property files for its configuration

RE: Config.AppSettingsConfigurator

2005-10-07 Thread Ron Grabowski
true/false would be a good start but people would ask what failed: // ??? if (log4net.Config.XmlConfigurator.Configure() == false) { processLog4netConfigError(log4net.Config.ConfigException); } What's the right thing to do with a log4net config error? Write the message to

RE: Config.AppSettingsConfigurator

2005-10-07 Thread Nicko Cadell
. Nicko -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 20:34 To: Log4NET Dev Subject: RE: Config.AppSettingsConfigurator true/false would be a good start but people would ask what failed