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

WmLogUtil package

  • 1.  WmLogUtil package

    Posted Wed February 18, 2015 11:17 AM

    I wanted to implement my own logging utility similar to the server logs for our application.

    Do we have any utility packages available to implement custom logging, which should be similar to server logs but with the application related log-entries only.

    I am trying to achieve this without writing the Java Service.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 2.  RE: WmLogUtil package

    Posted Thu February 26, 2015 06:45 AM

    Hi,

    as far as i know there a now package available in the download area.
    We use log4j (comes with integration server) and write custom java services that use the rollingfileappender.
    We have a config file with different loggers for each application.

    Regards

    Michael


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General