The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Writing to Log in the "Execute Script" Operator

adamanadaman Member Posts: 17 Contributor II
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




Answers

  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    Hello

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

    Andrew
  • adamanadaman Member Posts: 17 Contributor II
    thx this works wonderful :-)
Sign In or Register to comment.