if i put a custom Log Entry in the Report like ...
Code: Select all
Ranorex.ReportLevel tst = new ReportLevel("tst",25,null);
Ranorex.Report.Log(tst, CaseName, CaseName + " Start");
A normal Log Entry build by Ranorex give me the Modulname, Activity etc.
Code: Select all
<message time="2014/03/12 08:18:49.169" level="SUCCESS" category="Test" style="" result="Success" activity="testmodule" modulename="D011000_ExecuteCMD" skipactivitylog="">
<![CDATA[Test Module 'D011000_ExecuteCMD' completed with status 'Success'.]]><br/>
</message>
thx Rene