BAM Logging: Operation: Log Batch Messages
The operation Log Batch Messages
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 operation Log Batch Messages
can be displayed in the X4 Control Center in the Web App X4 Process Monitor (tab BAM Log).
Further information on the X4 Control Center and the X4 Process Monitor web app can be found in 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>