IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Where to see System.out.println log in CAF

  • 1.  Where to see System.out.println log in CAF

    Posted Wed July 06, 2011 11:43 AM

    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


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods


  • 2.  RE: Where to see System.out.println log in CAF

    Posted Wed July 06, 2011 01:45 PM

    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


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 3.  RE: Where to see System.out.println log in CAF

    Posted Wed July 06, 2011 02:52 PM

    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


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods