Extending Blockly with new openHAB commands

I have a question

I stumbled over the following print-block:

which generates

print(‘abc’)

  • The help tooltip says “Print a message on the console”. Which console is meant here?
  • What is it meant to be used for?
  • As the rules are run on the server side, wouldn’t the log-block enough or do I miss something?