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