blob: 874be72a3d71666422733fe1458388f5abefa760 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
.help putlog Mar86 language
.ih
NAME
putlog -- put a message to the logfile
.ih
USAGE
putlog logmsg
.ih
PARAMETERS
.ls logmsg
A message to append to the logfile.
.le
.ih
DESCRIPTION
\fIPutlog\fR is used to add user messages to the logfile. The CL parameter
\fIkeeplog\fR must be set to `yes' for this to take effect.
.ih
BUGS
For executable tasks, the only way to call \fIputlog\fR currently is via
the low-level CLIO routine clcmd().
.ih
SEE ALSO
cl, logging
.endhelp
|