The Logger object sends a message to a log file. This object is located in the iWay Integration Tools (iIT) Palette, under the Tracing group, as shown in the following image.
When you add the Logger object to your process flow using iIT, configuration properties for this object are available in the Properties tab, as shown in the following image.
Default action: write a trace message to a log
This action writes a message to the system trace/debug log. The message is written to the current logger.
Trace level at which the message is written to the trace log.
Select one of the following trace levels from the drop-down list:
Info {info}
Debug {debug}
Warning {warn}
Error {error}
By default, this parameter is set to Info {info}.
Category
User-defined log category to help group log messages.
If specified, the name provided will appear as the log message category.
If omitted, the message will be logged in the standard logger category.
The Debug object dumps document and register information to a file. This object is located in the iWay Integration Tools (iIT) Palette, under the Tracing group, as shown in the following image.
Note: For users migrating from the iWay version 7 framework, be aware that the Debug object implements the QA Service (com.ibi.agents.XDQAAgent), which you are already familiar with and probably have configured previously.
When you add the Debug object to your process flow using iIT, configuration properties for this object are available in the Properties tab, as shown in the following image.
Default action: create a snapshot
This action writes the input document, along with the state of the flow. For example, registers to a file.
This action requires a Debug Generic as well as the following required parameters.