: Log4NET User
Subject: Re: AdoNetAppender Connection String from App Config
This patch allows the connection string to come from the App.Config's
connectionStrings section:
http://issues.apache.org/jira/browse/LOG4NET-88
It will most likely make it into the next release. I need to contact Phi
tring = ConfigurationSettings.AppSettings[value]; }
}
}
- Original Message
From: "Bergemann, Eric" <[EMAIL PROTECTED]>
To: [email protected]
Sent: Wednesday, January 17, 2007 10:15:45 AM
Subject: AdoNetAppender Connection String from App Config
Hi All,
I
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