System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 9/26/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

1.1.198. toolkit_log_toolkit_command_start

Description

Starts command logging. This command must be enabled with the command line argument "enable_command_logging". These logged commands can be displayed in the messages window of system console or can be captured in a file. The append flag can be used to append logged commands to the end of a file.

Usage

toolkit_log_toolkit_command_start <id> [<file> <append>]

ReturnType

Nothing

Returns

no return value

Arguments

id
Toolkit instance ID
file (optional)
Captured commands file
append (optional)
Append flag

Example

log_toolkit_command_start inst1 "logged_commands_file.txt" append