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
Shouldn't be a TextWriterAppender there. Can you post your configuration file? Not answering your question but as a workaround you could loop through the list of appenders returned and find the first (or named) instance of AdoNetAppender you're looking for. Regards, Dag From: Gourlay, Colin

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
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 Phil and make him re-upload the files with the appropriate radio button for Apach