Writing to Log in the "Execute Script" Operator

adaman
adaman New Altair Community Member
edited November 5 in Community Q&A
I would like to write to the Log in the "Execute Script" Operator but i don´t know how it works

I have tried with
println("Here we are");
also i set the logverbosity level to "all" and i write everything out to a logfile.
Anyway i´m not able to Log in the Scripting Operator how does it work? Thanks for your help




Tagged:

Answers

  • Hello

    Try something like this
    operator.logNote("Hello World");
    regards

    Andrew
  • adaman
    adaman New Altair Community Member
    thx this works wonderful :-)