debugPrint
Prints a message to output. Output is visible during testing, as well as stored with the event that triggered the script. As the name implies, this is most useful for debugging.
Signatures
beacon.debugPrint(message);
Parameters
message
The message to be sent to output.
Examples
Print a message
beacon.debugPrint('See you starside');