Logs by means of midp Logging utils.parammsg message to log if (Logging.REPORT_LEVEL <= Logging.INFORMATION) { println(msg); }
if (Logging.REPORT_LEVEL <= Logging.INFORMATION) { println(msg); }
Logs by means of System.out.println. Avoid putting code that uses this method into master workspace.parammsg message to log System.out.println(msg);
System.out.println(msg);