Print a string to the screen (standard output)
- print()
- printLine()
print() you must add lineending \n where applicable yourself.
Log
- log() will write the message to the log in the database.
- logMessage() will write the message to the log file.
Debug
- printDebug() will add the input to the debug string, which will be shown in the Debug window.