OpenTrueLogSection Method

Class

Agent.

Action

Creates a new section in the TrueLog file. TrueLog sections can be used to add structure to complex scripts and to logically divide scripts into smaller named parts. TrueLog sections can be nested.

Syntax

C#
OpenTrueLogSection(sectionName);
VB
OpenTrueLogSection(sectionName)
Variable Description
sectionName The name of the TrueLog section. Names do not need to be unique. String.