Forum Discussion
Henry1
2 years agoContributor
Hej,
if you do not need all messages in real time, I would recommend to fetch the log file after the test has completed and parse it.
You can get the name of the log by calling
IntegrationObject.GetLastResultDescription().LogFileName
It will always point to a xml file called RootLogData.dat
Parse this xml and look for the Prp tag with the attribute name="filename". In the attribute value you will find the name of the log file. Something like this: ="{D7603EDA-C8B8-4006-9D57-F034297D444A}"
The log file is a xml file as well. Now parse this xml. Every Node tag represents a message line.
- krausner2 years agoNew Contributor
I need all messages in real time - Im transfering them to TeamCity and im checking progress here
Related Content
- 13 years ago
- 4 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago