runnerLog
Description
Puts the 'message' on the console of a runner gadget or sil manager. The use of it has no effect in other places besides for the dashboard item or sil manager.
Parameters
Return Type
None
The returned value has no meaning.
Examples
Returns: Hello John Smith. How are you today?
runnerLog("Hello " + userFullName(currentUsername()) + ". How are you today?");
Using HTML as output. Returns: This is a red text! (text will be red)
runnerLog("<font color='red'>This is a red text!</font>", true);
See also
Peacock