MainTrace: Write Into Main Trace File

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.

automation_WriteIntoMainTraceFile_dlg_1.gif

automation_WriteIntoMainTraceFile_dlg_2.gif

In TraceSapio365.txt as set in my registry
automation_WriteIntoMainTraceFile_dlg_3.gif
...
automation_WriteIntoMainTraceFile_dlg_4.gif

Tag Attributes

Attributes

Attribute Values

Title

Any text

Text

Any text

Example Scripts

XML
<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>