Syntax
trace(string message)
Parameters
Return Value
none
Remarks
When executing code via the Lua Editor Panel in SysTool, the message will be printed to the log at the bottom.
Example
trace("hello world")
See also