Operation: Log Message
The Log Message operation generates a log message with data from the previous process step.
For this operation, the key and level parameters have to be defined.
Note:
The output of the Log Message operation is displayed on the BAM Log tab in the X4 Control Center in the X4 Process Monitor Web App.
For more information about the X4 Control Center and the X4 Process Monitor Web App, see the X4 Control Center Guide.
Input
Note:
This operation stores the entire input xml file with all nodes in the database.
The adapter expects the following XML structure as input:
Example
<?xml version="1.0" encoding="UTF-8"?>
<Element>
Log Message 1
</Element>
Output
The adapter generates an XML document as output:
Example
<?xml version="1.0" encoding="UTF-8"?>
<Element>
Log Message 1
</Element>