Code: Select all
string LogFile = @"c:\temp\Report\MyReport.xml";
Report.Setup(ReportLevel.Debug, LogFile, true);
Currently, everything will run along just fine but no report will be generated.
Thanks...
Code: Select all
string LogFile = @"c:\temp\Report\MyReport.xml";
Report.Setup(ReportLevel.Debug, LogFile, true);