| ||||||
SummaryTo facilitate the debugging of JS scripts it's possible to write to Sablotron's log file from a script. | ||||||
Syntaxlog(string)
| ||||||
DescriptionThis function writes a string to Sablotron's log file. The log file must be specified either from the command linesabcmd -L logfile ... or with the SablotSetLog
API function.
| ||||||
See Also
|