Skip to main content
Skip table of contents

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.





In TraceSapio365.txt as set in my registry

...

Tag Attributes

AttributesAttribute Values
TitleAny text
TextAny 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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.