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