Is there a way that can log info in mapping either than `throw new MeCError()`?
It's easier to use
cat.info(strUUID + "[:] " + "Your message");cat.warn(strUUID + "[:] " + "Your message");cat.error(strUUID + "[:] " + "Your message");
Then you can select loglevel for a specific mapping. Also the log will be written into the mapping process itself. You can then just click the log in the left top corner of the specific message process
For multitenant cloud you can just use
logWarn()logError()
With System.out.println logging of all mapping will be in one file and therefore less readable
Hi,
Have you tried this way ?
System.out.println(" CONO ====> " + iCONO);
best regards
Hi Yazan,
Yes, but it isn't working
You have to select "Monitor application" for MEC in Life Cycle Manager, then click on the Log associated with "EC Process". I can see System.out messages in this log.
Best regards
Thank you
System.out.println should never be used