RE: programmatic configuration overrides XmlConfigurator.ConfigureAndWatch ?

2010-07-15 Thread Vivek R. Rathod
: Vivek R. Rathod Sent: Wednesday, July 14, 2010 5:26 PM To: [email protected] Subject: programmatic configuration overrides XmlConfigurator.ConfigureAndWatch ? Hi, I observed that if I configure log4net using XmlConfigurator.ConfigureAndWatch, and then programmatically change the

programmatic configuration overrides XmlConfigurator.ConfigureAndWatch ?

2010-07-14 Thread Vivek R. Rathod
Hi, I observed that if I configure log4net using XmlConfigurator.ConfigureAndWatch, and then programmatically change the configuration (change 'root' log level, for example), further changes to the configuration file (like changing the 'root' log level back to the original value) does not cause

Re: Programmatic configuration

2006-09-24 Thread Ron Grabowski
aceFile)); // 2 - Original Message From: Brendan Long <[EMAIL PROTECTED]> To: Log4NET User Cc: [EMAIL PROTECTED] Sent: Sunday, September 24, 2006 5:46:06 PM Subject: RE: Programmatic configuration > -Original Message- > From: cl408e [mailto:[EMAIL PROTECTED] > Sen

Re: Programmatic configuration

2006-09-24 Thread Ron Grabowski
dateTimeStr = DateTime.Now.ToString("MMdd-HHmm"); - Original Message From: Brendan Long <[EMAIL PROTECTED]> To: Log4NET User Cc: [EMAIL PROTECTED] Sent: Sunday, September 24, 2006 5:46:06 PM Subject: RE: Programmatic configuration [snip] // Insert current date

RE: Programmatic configuration

2006-09-24 Thread Brendan Long
> -Original Message- > From: cl408e [mailto:[EMAIL PROTECTED] > Sent: Friday, 22 September 2006 8:53 p.m. > To: [email protected] > Subject: Re: Programmatic configuration > > > have you got your answer? i am keen to know that too... Yes I did

Re: Programmatic configuration

2006-09-22 Thread cl408e
ed to configure my application > to log to those files (for all classes). > > How do I do this? I can't find a configuration example for programmatic > configuration, but it is mentioned in the documentation and examples as > being possible. So far I have the following code

Re: Programmatic configuration

2006-09-13 Thread Ron Grabowski
o those files (for all classes). > > How do I do this? I can't find a configuration example for > programmatic > configuration, but it is mentioned in the documentation and examples > as > being possible. So far I have the following code. It seems to > create > the

Programmatic configuration

2006-09-13 Thread Brendan Long
ind a configuration example for programmatic configuration, but it is mentioned in the documentation and examples as being possible. So far I have the following code. It seems to create the files, but nothing is ever logged to them. log4net.Appender.FileAppender fileAppenderTrace