webMethods server Loggin

Hi everyone I need to know how exactly my Web Methods server support logging with log4j?
Thank in advance

Hi Mate

Internally, some of the internal logging functions of the IS now use Log4j to do their job, however as always you can include Log4j and call it from java services like any other piece of java code. It is very common to create a “logging package” of your own which is simply java services wrapping Log4J