:
... 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
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
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
: 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