Tag: MainTrace

The MainTrace function allows you to write into the regular application trace file.

Detailed Description

When you use this action to write into the regular application trace file, the automation echo console and file will report it like any other action.





In TraceSapio365.txt as set in my registry

...

Tag Attributes

AttributesAttribute Values
TitleAny text
TextAny text

Example Scripts

<MainTrace Title="JOB XYZ999" Text="About to load more info"/>
XML
<ytriaAutomation>
	<MainTrace Title="JOB XYZ999" Text="About to load more info"/>
	<SelectedGroupLoadMore/>
	<Unselect/>
	<Select lines="ByValue">
		<SetParam ColumnID="statusAllowToAddGuests" Value=""/>
	</Select>
	<MainTrace Title="JOB XYZ999" Text="DONE"/>
</ytriaAutomation>
XML