Hello everyone. Please tell me how I can output the generated data to the console?
Note Java Edit Variables
Even though it’s not explicitly written in the node documentation, you can use logInfo
, logDebug
, logWarn
. You can pass an object and the toString
result will be shown and optionally an Exception
or Throwable
to show the stack (in case of errors).
HTH,
Philipp
8 Likes
Oo! Thank you very much
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.