Where to see System.out.println log in CAF

Hi,

I am new to SoftwareAG BPM. I am writing java code in CAF. I want to know where exactly I can view the log.

This I am asking about log of System.out.println(“”); statement in java code.

Regards,
Suresh.A

Hi
if you’re in version 8.x, you should be able to see the system println in the wrapper.log (in windows when started as a service) or in the command window starting MWS.
I prefer to use the convenience method “log” provided by the class BaseFacesBean where this is possible.

hope this helps
Javier

Hi Javier Gallego,

Thanks a lot for your reply.

I got the log in wrapper.log.

Can you pls explain more on the other method “BaseFacesBean”.

Regards,
Suresh.A