stdout in RapidMinder

fechner_alex
New Altair Community Member
Answers
-
Hi,
the log view will display the following:
Regards,
import java.util.logging.Level;
import com.rapidminer.tools.LogService;
LogService.getRoot().log(Level.WARNING, "Hello world");
Marco0