Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Audit logging | Setting Up IS Core Audit Logging | Set Up Additional Service Logging | Write User-Defined Messages or Input Pipelines to the Integration Server Server Log
 
Write User-Defined Messages or Input Pipelines to the Integration Server Server Log
You can have running services post user-defined progress messages to the Integration Server server log. For example, you might have a service post messages to indicate that certain pieces of code ran successfully, or to record run-time values for variables so you can see how the values changed as the service ran. To do so, you make the service call the Integration Server built-in service pub.flow:debugLog.
You can also have running services write input pipelines to the Integration Server server log. To do so, you make the service call the Integration Server built-in service pub.flow:tracePipeline.
You can write this information regardless of how you have configured service audit logging. For instructions on using these services, see the webMethods Integration Server Built-In Services Reference and the webMethods Service Development Help. For information on the Integration Server server log, see webMethods Integration Server Administrator’s Guide.