app.logBold
Description
Write a line of bold text to the output window.

Parameters
text string

Return value
none

Example
app.logBold("Hello bold world!")

Comments

See also
app.log
app.logError
app.logDebug

Back