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

Only the first message gets logged by a DLL

2007-01-17 Thread Marleen Holvoet
Hello, I have a DLL which gets called from within two applicatons - an application which consists of 3 assemblies deployed in SQL server (log4net and the DLL assembly are referenced and installed in the SQL server) - an ASP.net application which uses the DLL (the DLL is a project in the Visual Stu

ADONetAppender with Postgres

2007-01-17 Thread Christopher Knight
Hi, I'm building an ASP.NET 1.1 web application using log4net version 1.2.10.0 and Postgres 8.1. I was planning to use ADONetAppender to log the errors to the database but the log4net website does not have Postgres on the list of databases supported for this and I can't find any information on

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