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

"println for new extension code testing"

alandhwalandhw Member Posts: 25 Contributor II
edited June 2019 in Help
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_BoeckMarco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM Engineering
    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
Sign In or Register to comment.