Re: Logging
"Nassar, Anthony" <[email protected]>
| Newsgroups | gmane.comp.windows.dotnet.nunit.user |
|---|---|
| Message-ID | <[email protected]> |
If you're already using System.Diagnostics.Trace, and all that, all you'd need to do in addition is set up a log4net TraceAppender, and log4net will thoughtfully handle all that output, too. See the attachment, or write me privately if you like. Cf. http://logging.apache.org/log4net/release/manual/configuration.html. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Charlie Poole Sent: Tuesday, January 29, 2008 8:06 PM To: 'Rob Bonner'; [email protected] Subject: Re: [Nunit-users] Logging Hi Rob, The log tab will show up any logging that you are doing using log4net. If you aren't logging, it won't show up. :-) For showing the results of the tests to the validation folks, I suggest you look at NUnitResults, which you can download at http://nunit.org/?p=extras Charlie > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Rob > Bonner > Sent: Tuesday, January 29, 2008 3:35 PM > To: [email protected] > Subject: [Nunit-users] Logging > > Hello, > > We are new to nUnit and are wanting to have the results of the tests > show up in the log, either in the gui or in a text file. We need to > show our validation department the results of our efforts. > > When we run our tests, the log tab is empty, looking for a direction > to get this tab to populate. > > Thanks in advance! > > Rob Bonner > ICON Laboritories > > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by: Microsoft Defy all challenges. > Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Nunit-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/nunit-users > ------------------------------------------------------------------------ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Nunit-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nunit-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Nunit-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nunit-users
App.config
(application/octet-stream, 869 B) - not displayed