Skip to main content
Skip table of contents

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
<?xml version="1.0" encoding="UTF-8"?>
<Element>
	Log Message 1
</Element>

Output

The adapter generates a XML document as output:

Example

XML
<?xml version="1.0" encoding="UTF-8"?>
<Element>
	Log Message 1
</Element>



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.