29 lines
908 B
HTML
29 lines
908 B
HTML
<html>
|
|
<head>
|
|
<title> LogBook command </title>
|
|
</head>
|
|
<body>
|
|
<h1>LogBook command</h1>
|
|
<p>
|
|
Some users wish like to have all the input typed to SICS and all responses
|
|
collected in a file for further review. This is implemented via the LogBook
|
|
command. LogBook understands the following syntax:
|
|
<DL>
|
|
<DT> LogBook
|
|
<DD> alone prints the name of the current logfile and the status of event
|
|
logging.
|
|
<DT> LogBook file filename
|
|
<DD> This command sets the filename to which output will be printed.
|
|
Please note that this new filename will only be in effect after restarting
|
|
logging.
|
|
<DT> LogBook on
|
|
<DD> This command turns loggin on. All commands and all answers will be
|
|
written to the file defined with the command described above. Please note,
|
|
that this command will overwrite an existing file with the same name.
|
|
<DT> LogBook off
|
|
<DD> This command closes the logfile and ends logging.
|
|
</DL>
|
|
</p>
|
|
</body>
|
|
</html>
|