


TinTin #log command
This command will record the input and output of a session to a specified file
name. If a path is not specified, the file is stored in the ‘Logs’
sub-directory of the directory where Pueblo is installed.
Example
The following command will begin logging to a file:
#log {c:\temp\log.txt}
The following command will turn off logging to a file:
#log
Note: It is very important to enclose the file name in curly braces. If you don’t,
then the backslashes in the path will be interpreted as character escapes.