(output mode string [string ...])
On success, t, otherwise one of the following error messages:
(error "textlog: No file filename for output command") (error "textlog: Too many arguments to output: # < #") (error "textlog: Invalid command: output")
or, if none of the above errors apply, nil.
The output command inserts an output string into a file, one or more logs, standard output, or standard error, as a line. If the label is for a single log, the string will appear in that log only. If the label is for a group, then the string will appear in each of the logs pertaining to that group.
This command corresponds to the Cogent C API function LG_Output.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.