🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"println for new extension code testing"

User: "alandhw"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "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