1 10/16/84  kermit request: log
 2 
 3 Syntax: log {path} {-control_args}
 4 
 5 
 6 Function: Instructs kermit to start logging file transfer information
 7 listing files sent/received to/from the microcomputer and whether the
 8 transfer was successful.
 9 
10 
11 Arguments:
12 
13 path
14    The name of the segment to be used for logging transactions.
15    If no path is specified, logging is defaulted to the segment
16    kermit.log.
17 
18 
19 Control arguments:
20 -extend
21    If path is the name of an existing segment, the segment will be
22    extended to include all subsequent log information.  This is the
23    default.
24 -truncate, -tc
25    truncate the log file, if it already exists.
26    (Default is to extend it.)