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 command is available in the following TSTool menu:
- Commands / General - Logging and Messaging
The following dialog is used to edit the command and illustrates the command syntax.
ConfigureLogging Command Editor Showing Conditions Test (see 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:
|
True |
Examples
See the automated tests.
Troubleshooting
See the main TSTool Troubleshooting documentation.
See Also
SetDebugLevelcommand - controls debug outputSetWarningLevelcommand - controls warning outputStartLogcommand - controls log file where messages are written