System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 10/07/2024
Public
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 <BOOLEAN_OPTIONAL>]

ReturnType

Nothing

Returns

no return value

Arguments

file (optional)
Captured commands file
BOOLEAN_OPTIONAL (optional)

Example

log_command_start -file "logged_commands_file.txt" -append