And again if i start that same application for another test of operations how can i append the same log with the recent data.

Code: Select all
string logFileName = "c:\\Test.rxlog";
Report.Setup(ReportLevel.Info, logFileName, true);
Report.Error("Test Error1");
Report.Error("Test Error2");
Report.SystemSummary();
Report.End();