5.1.76 monitor
--------------
Syntax:
monitor ( string_expression )

monitor ( string_expression, string_expression )
Type:
none
Purpose:
controls the recording of all user input and/or program output into a file.
The second argument describes what to log: "i" means input,
"o" means output, "io" for both.

The default for the second argument is "i".

Each monitor command closes a previous monitor file
and opens the file given by the first string expression.

monitor ("") turns off recording.
Example:
  monitor("doe.tmp","io"); // log input and output to doe.tmp
  ring r;
  poly f=x+y+z;
  int i=7;
  ideal I=f,x,y;
  monitor("");             // stop logging
<font size="-1">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; User manual for <a href="http://www.singular.uni-kl.de/"><i>Singular</i></a> version 2-0-4, October 2002,
generated by <a href="http://www.gnu.org/software/texinfo/"><i>texi2html</i></a>.
</font>

</body>
</html>
