RE: Reporting events back to Unit-test

2004-12-08 Thread Nicko Cadell
gt; From: Andrew Elmhorst [mailto:[EMAIL PROTECTED] > Sent: 08 December 2004 14:58 > To: 'Log4NET User' > Subject: RE: Reporting events back to Unit-test > > Log4net comes with MemoryAppender that stores all logged > event in memory. > This would be useful for a Unit T

RE: Reporting events back to Unit-test

2004-12-08 Thread Andrew Elmhorst
:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 8:13 AM To: log4net-user@logging.apache.org Subject: Reporting events back to Unit-test Hi I am using NUnit and log4net, and I would like to use log4net to report certain events back to the unit test. What would be the best way to do this

Re: Reporting events back to Unit-test

2004-12-08 Thread DWilliams
information is available in both. David "Olav Benum" <[EMAIL PROTECTED]> 12/08/2004 09:13 AM Please respond to "Log4NET User" To log4net-user@logging.apache.org cc Subject Reporting events back to Unit-test

Reporting events back to Unit-test

2004-12-08 Thread Olav Benum
Hi I am using NUnit and log4net, and I would like to use log4net to report certain events back to the unit test. What would be the best way to do this? It seems I can’t generate events and attach to them? It should be possible to inspect to obtain the relevant logger, and inspect it at regular i