Next: untested procedure, Previous: perror procedure, Up: Core Internal Procedures
Appends an informational message to the log file. note writes in
the log files a message beginning with NOTE, appending the
argument string. Use note sparingly. The verbose
should be used for most such messages, but in cases where a message is
needed in the log file regardless of the verbosity level use
note.
note { string }
stringThe string to use for this note.