Programmer Guide/Command Reference/WRITELOG: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
WRITELOG
WRITELOG text [/Newline ... /Newline]
WRITELOG format args /Format [/Newline ... /Newline]
Write a line to the log window. Use /Clear to empty the log window before text is written. Format strings are described in the topic Format Strings and Rules. The arguments are the same as for the WRITE
command. Instead of this command the macros LOGMSG
or BUTIL LOGMSG
can be called, which append some useful information to the text (e.g. application name, date/time, ...).