app.logDebug
Description
Write a line of plain text to the output window if scriptDebug global variable is true
Parameters
text
string
Return value
none
Example
scriptDebug = true
app.log("This is a debug message")
scriptDebug = true
Comments
See also
app.log
app.logBold
app.logError
Back
Generated on the 26 June 2024 at 22:01:26 (UK Time)