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.