Skip to content

TSTool / Command / ConfigureLogging


Overview

The ConfigureLogging command configures logging features that are not otherwise configured by other commands such as SetDebugLevel. The command is particularly useful for disabling StartLog commands used with automated testing so that all logging output goes to the main log file.

Command Editor

The following dialog is used to edit the command and illustrates the command syntax.

ConfigureLogging

ConfigureLogging Command Editor Showing Conditions Test (see also the full-size image)

Command Syntax

The command syntax is as follows:

ConfigureLogging(Parameter="Value",...)

Command Parameters

Parameter                           Description Default          
StartLogEnabled Indicate whether StartLog commands should be enabled:
  • False - commands will be disabled
  • True - commands will be enabled
.
True

Examples

See the automated tests.

Troubleshooting

See Also