Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
"println for new extension code testing"
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
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
Tagged:
0
Answers
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