app.logError
Description
Write a line of red text to the output window.

Parameters
text string

Return value
none

Example
app.logError("World not found!")

Comments

See also
app.log
app.logBold
app.logDebug

Back