webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Adapter Runtime Logging and Exception Handling | Adapter Runtime Message Logging
 
Adapter Runtime Message Logging
Integration Server maintains several types of logging. However, the Adapter Runtime logs messages only to the error, server, and service logs.
The following table lists the logging types supported by Integration Server for the Adapter Runtime.
Logger
Description
Error
Provides stack trace information about all errors that occur in the Adapter Runtime, including exceptions thrown by services.
Adapters automatically post fatal-level and error-level messages to the Adapter Runtime error log.
Server
Provides information about fatal-level through debug-level log messages. Trace-level log messages appear as messages for an individual adapter.
Service
Provides information about adapter services. You can monitor adapter services as you would audit any service in Integration Server. The audit properties for an adapter service are available in each adapter service template in the Properties panel.
The Adapter Runtime log messages appear in the following format, ART.mmmm.nnnn, where:
*ART is the facility code indicating that the message is from the Adapter Runtime.
*mmmm is the code for one of the following Integration Server log facilities:
Facility
Information and errors related to...
0114
Adapter Runtime
Adapter runtime facilities.
0115
Adapter Runtime (Listener)
Adapter listeners that use adapter connections to connect to adapter resources.
0116
Adapter Runtime (Notification)
Adapter notifications including polling and listener notifications.
0117
Adapter Runtime (Adapter Service)
Adapter services that define operations that the adapter will perform on adapter resources.
0118
Adapter Runtime (Connection)
Adapter connections that contain parameters that adapter notifications and listeners use to connect to an adapter resource.
0121
Adapter Runtime (SCC Transaction Manager)
Adapter Runtime (JCA System Contract Component Transaction Manager).
0126
Adapter Runtime (SCC Connection Manager)
Adapter Runtime (JCA System Contract Component Connection Manager).
*nnnn represents the error’s minor code.