"println for new extension code testing"

alandhw
alandhw New Altair Community Member
edited November 5 in Community Q&A
I would like to use System.out.println function to test the new extension code.

For eg: System.out.println("test");

Where the message will show in the rapidMiner?
I checked from the RapidMiner Log and Eclipse console, it dint display the message.

Regards,
Alan

Answers

  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Hi,

    if you're launching from Eclipse, it will show the syso output in the Eclipse console. If you want to see output in the RM log, use the LogService class as other RM classes do.

    Regards,
    Marco