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.
OpenTrueLogSection(sectionName);
OpenTrueLogSection(sectionName)
Variable | Description |
---|---|
sectionName | The name of the TrueLog section. Names do not need to be unique. String. |