RE: AdoNetAppender Connection String

2008-10-20 Thread Gourlay, Colin
: ... lots of stuff in here ... -Original Message- From: Dag Christensen [mailto:[EMAIL PROTECTED] Sent: 16 October 2008 14:58 To: Log4NET User Subject: RE: AdoNetAppender Connection String Importance: Low Shouldn't be a TextWriterAppender there. Can you post your configuration

RE: AdoNetAppender Connection String

2008-10-16 Thread Dag Christensen
lay, Colin [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 3:28 PM To: [email protected] Subject: AdoNetAppender Connection String Hello. I am trying to retrieve the connection string within my logging.config (a separate file outside the web.config in case that is s

AdoNetAppender Connection String

2008-10-16 Thread Gourlay, Colin
Hello. I am trying to retrieve the connection string within my logging.config (a separate file outside the web.config in case that is significant) file. I am using the code below but it seems to use a default(?) logger which is not defined in my config file (a TextWriterAppender). I am wonderi

RE: AdoNetAppender Connection String from App Config

2007-01-18 Thread Bergemann, Eric
: 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

Re: AdoNetAppender Connection String from App Config

2007-01-17 Thread Ron Grabowski
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

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