Validating log4net configurations

2007-02-06 Thread Bergemann, Eric
Hi All, While log4net operates as expected by failing early and quietly I have a need to know specifically why it isn't logging when it isn't. I have been looking around for methods to validate a log4net configuration in order to ensure that the file is set up correctly and I couldn

RE: AdoNetAppender Connection String from App Config

2007-01-18 Thread Bergemann, Eric
eturn base.ConnectionString; } set { base.ConnectionString = ConfigurationSettings.AppSettings[value]; } } } - Original Message From: "Bergemann, Eric" <[EMAIL PROTECTED]> To: log4net-user@logging.apache.org Sent: Wednesday, January 17, 2007 10:15:45 AM Subject: AdoNetAppen

AdoNetAppender Connection String from App Config

2007-01-17 Thread Bergemann, Eric
Hi All, I am trying to pull the configuration for the connection string of an ADONetAppender outside of the log4net configuration information. Is there any way that I can update my AdoNetAppender with a new connection string after using the XmlConfigurator to load the configuration? Since I