BAM Logging: Operation: Log Message
The Log Message
operation outputs a log message with data from the previous process step.
For this operation, the key
and level
has to be defined in the XML input structure.
Note:
The output of the Log Message
operation 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
Note:
This operation saves the entire input of the XML file with all nodes in the database.
The adapter expects an XML document with the following structure as input:
Example
<?xml version="1.0" encoding="UTF-8"?>
<Element>
Log Message 1
</Element>
Output
The adapter generates a XML document as output:
Example
<?xml version="1.0" encoding="UTF-8"?>
<Element>
Log Message 1
</Element>