29 lines
955 B
HTML
29 lines
955 B
HTML
<html>
|
|
<head>
|
|
<title> LogBook command </title>
|
|
</head>
|
|
<body>
|
|
<h1>LogBook command</h1>
|
|
<p>
|
|
Some users like to have all the input typed to SICS and responses
|
|
collected in a file for further review. This is implemented via the LogBook
|
|
command. LogBook is actually a wrapper around the config file 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 <i>filename</i>
|
|
<DD>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 logging 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>
|