BAM Logging: Operation: Log Batch Messages
The Log Batch Messages
operation logs several log messages that are transferred via a specific input structure.
For this operation, the key
and level
has to be defined in the XML input structure.
Note:
The output of the Log Batch Messages
operation can be displayed in the X4 Control Center in the Web App X4 Process Monitor (tab BAM Log).
For more information on the X4 Control Center and the X4 Process Monitor Web App, see the X4 Control Center Guide.
Input
The adapter expects an XML document with the following structure as input.
Example
<Element>
<MESSAGE level="INFO" key="A">
This is an info.
</MESSAGE>
<MESSAGE level="WARN" key="B">
This is a warning.
</MESSAGE>
</Element>
Output
The adapter generates a XML document as output:
Example
<Element>
<MESSAGE level="INFO" key="A">
This is an info.
</MESSAGE>
<MESSAGE level="WARN" key="B">
This is a warning.
</MESSAGE>
</Element>