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: [email protected] Sent: Wednesday, February 7, 2007 5:41:39 AM Subject: How to save changed configuration to app.config? 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
