log

Logs the commands or lists entries of a debug session. If issued with no parameters, the command lists all open log files.

Syntax

log c|s <filename>

log off [c|s] [all]

log

Parameter
c

Command specifier.

s

Lists entry specifier.

<filename>

Name of a log file.

Examples

The following table lists and defines examples of the log command.

Table 1. log Command-line debugger command - Examples
Command Description
log Lists currently opened log files.
log s session.log Logs all display entries to file session.log.
log off c Closes current command log file.
log off Closes current command and log file.
log off all Closes all log files.