Re: How to save changed configuration to app.config?

2007-02-07 Thread Kian Torabli
Helmut, this may be a good component to try: http://www.west-wind.com/wwAppConfiguration/ It's not free, but at 60 bucks it should be a good option anyway. - Kian Helmut Huber wrote: Hello Ron Thank for answering my question. Which 3rd party libraries do you advise? Is there a component ha

Calling Configure serveral time

2007-02-07 Thread Sergey
Hi, All I want to use log4net in my component that will be hosted in an application. I'm going to initialize log4net with XmlConfigurator.Configure(fileName) when my object is being constructed. The point I'm not sure of is my object can be created several times by the application. The applicati

Re: How to save changed configuration to app.config?

2007-02-07 Thread Helmut Huber
Hello Ron Thank for answering my question. Which 3rd party libraries do you advise? Is there a component having the same licence as log4net? Is it possible to write a xml element with the class XMLHierarchyConfigurator? Thank you Helmut Ron Grabowski wrote: Log4net doesn't support this.

Re: How to save changed configuration to app.config?

2007-02-07 Thread Ron Grabowski
Log4net doesn't support this. Are you aware of any 3rd party libraries that support editing their configuration in memory then saving the changes back into app.config? - Original Message From: Helmut Huber <[EMAIL PROTECTED]> To: log4net-user@logging.apache.org Sent: Wednesday, February

Re: AdoNetAppender and reconnect

2007-02-07 Thread Ron Grabowski
Is ReconnectOnError=true ? http://logging.apache.org/log4net/release/sdk/log4net.Appender.AdoNetAppender.ReconnectOnError.html - Original Message From: Martin Hassman <[EMAIL PROTECTED]> To: Log4NET User Sent: Friday, February 2, 2007 4:27:35 AM Subject: Re: AdoNetAppender and reconnect

RE: utilize logging functionality in my add-in

2007-02-07 Thread wang junwei
Thanks Dean. I will try it. I'll post in this list to detail how to get it work if I success. From: "Dean Fiala" <[EMAIL PROTECTED]> Reply-To: "Log4NET User" To: "'Log4NET User'" Subject: RE: utilize logging functionality in my add-in Date: Tue, 6 Feb 2007 13:10:39 -0500 The only thing that

How to save changed configuration to app.config?

2007-02-07 Thread Helmut Huber
Hello I am using app.config for configuration of log4net. Reading my loggers, appenders and so on is O.K. Changing the values on runtime is also O.K. But how to save the changed values to app.config? Thank you Helmut