RE: svn commit: r512137 - /logging/log4net/trunk/xdocs/src/stylesheets/site.vsl

2007-02-27 Thread Nicko Cadell
Not a problem, many thanks. nicko cadell <[EMAIL PROTECTED]> +44 (0)20 7025 0933 http://www.neoworks.com/ software consultancy.solutions.support Neoworks Limited is a company registered in England at 2-3 North Mews, London, WC1N 2JP with company number 1001737. > -Original Me

Re: svn commit: r512137 - /logging/log4net/trunk/xdocs/src/stylesheets/site.vsl

2007-02-27 Thread Curt Arnold
On Feb 27, 2007, at 3:44 AM, Nicko Cadell wrote: Curt, I think that the Apache license notice is already being emitted into the generated documents, your change adds it in twice. Unless there is something wrong with the current source for http://logging.apache.org/log4net/ then I think we s

svn commit: r512355 - /logging/log4net/trunk/xdocs/src/stylesheets/site.vsl

2007-02-27 Thread carnold
Author: carnold Date: Tue Feb 27 10:26:36 2007 New Revision: 512355 URL: http://svn.apache.org/viewvc?view=rev&rev=512355 Log: LOG4NET-98: Reverting changes from rev 512137 Modified: logging/log4net/trunk/xdocs/src/stylesheets/site.vsl Modified: logging/log4net/trunk/xdocs/src/stylesheets/si

Re: Configuring from code

2007-02-27 Thread Ayende Rahien
I am using the InMemoryAppender for that, and it is working great. I don't want to enable all the logging, just one specific logger, and only for a very short period of time. On 2/27/07, Ron Grabowski <[EMAIL PROTECTED]> wrote: Open up just one log file and inspect it or one log message and in

Re: Configuring from code

2007-02-27 Thread Ron Grabowski
Open up just one log file and inspect it or one log message and inspect that? Could you write an Appender that keeps the last N messages in memory then inspect those messages during testing? - Original Message From: Ayende Rahien <[EMAIL PROTECTED]> To: log4net-dev@logging.apache.or

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

RE: svn commit: r512137 - /logging/log4net/trunk/xdocs/src/stylesheets/site.vsl

2007-02-27 Thread Nicko Cadell
Curt, I think that the Apache license notice is already being emitted into the generated documents, your change adds it in twice. Unless there is something wrong with the current source for http://logging.apache.org/log4net/ then I think we should revert this change. Cheers, Nicko > -Origina