System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 12/13/2021
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.97. log_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

log_command_start [-file <file>] [-append <append>]

ReturnType

Nothing

Returns

no return value

Arguments

file (optional)
Captured commands file
append (optional)
Append flag

Example

log_command_start "logged_commands_file.txt" append