Re: Configuring from code

2007-03-05 Thread Ayende Rahien
m the appenders because it automatically deactivates when the scope is disposed. - Original Message From: Ayende Rahien <[EMAIL PROTECTED]> To: Log4NET Dev Sent: Tuesday, February 27, 2007 1:09:23 PM Subject: Re: Configuring from code I am using the InMemoryAppender for that, and it

Re: Configuring from code

2007-03-04 Thread Ron Grabowski
--- Original Message From: Ayende Rahien <[EMAIL PROTECTED]> To: Log4NET Dev Sent: Tuesday, February 27, 2007 1:09:23 PM Subject: Re: Configuring from code I am using the InMemoryAppender for that, and it is working great. I don't want to enable all the logging, just one s

Re: Configuring from code

2007-02-27 Thread Ayende Rahien
19:15 AM Subject: Configuring from code I need to configure log4net from code, to verify that some of my code is output the correct log messages. The issue is that I basically wants to do something like: EnableLogsFor("MyLogger"); //run test StopLogging(); The real problem is that

Re: Configuring from code

2007-02-27 Thread Ron Grabowski
et-dev@logging.apache.org Sent: Tuesday, February 27, 2007 11:19:15 AM Subject: Configuring from code I need to configure log4net from code, to verify that some of my code is output the correct log messages. The issue is that I basically wants to do something like: EnableLogsFor("MyLogger&quo

Configuring from code

2007-02-27 Thread Ayende Rahien
I need to configure log4net from code, to verify that some of my code is output the correct log messages. The issue is that I basically wants to do something like: EnableLogsFor("MyLogger"); //run test StopLogging(); The real problem is that the amount of logs that are generates is fairly huge, a