Writetolog will write any string passed to it, in the scripting engine log file.
WriteToLog(String)
No data returned.
Function Main
WritetoLog "test"
End Function