app.log
Description
Write a line of plain text to the output window.

Parameters
text string

Return value
none

Example
app.log("Hello world!")

Comments
Alias for print

See also
app.logBold
app.logError
app.logDebug

Back