WmLogUtil package

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.

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