Workspace 6.21.5
LogText

Writes its input text to the Workspace log. Useful for printing out intermediate results or progress reporting information.

  • Default label: "Log Text"
  • Member of plug-in: Built-in
  • Catalogue path: Builtin
Inputs:
Text to LogQString

StringsArrayQStringAlternative to using 'Text to Log' input is to provide an array of strings that are joined together and printed (which allows construction of the message without a separate operation).
CategoryQString

Category for this message as managed under Settings->Loggings in the Workspace editor. Eg. Debug, Verbose, Error etc.