Functionality and Operations
This adapter outputs a log message with a custom text status to the X4 Process Monitor in the X4 Control Center or saves data into a database of the type PostgreSQL or MS SQL.
Note:
If you use the BAM Log Adapter, the output of the following operations is displayed in the X4 Control Center, in the X4 Process Monitor Web App:
- The output of the
Log Statusoperation is displayed in the BAM Status column. - The output of the
Log Data,Log MessageorLog Batch Messageoperations is displayed in the BAM Log tab. There you can view the key, level and message for each adapter execution.
For more information about the X4 Control Center, in the X4 Process Monitor Web App, see the X4 Control Center Guide.
Properties
Operation | Defines the operation executed by the adapter Possible values:
|
Parameters
Adapter | Main adapter class (do not change!) Possible value: de.softproject.integration.nativeadapter.NativeAdapter: Main class (Default) |
repository | The virtual repository of the adapter project. Possible value: 14b1d90c-495e-44c6-b758-acb80c3c8596 |
status | User-defined status text that will be output in the column BAM Status in the X4 Process Monitor (if operation is set to Possible values: Any string |
filename | Name of a file in the database (if operation is set to Possible values: Any string (e.g. |
key | Marks log entries with a user-defined key in order to be able to analyze the database using these keywords (if operation is set to Possible values: Any string |
level | Level of the log message (if operation is set to Possible values: Any string corresponding to a log level (e.g. DEBUG, INFO, WARNING, ERROR or FATAL) |
synchronous | Configuration for synchronous or asynchronous logging Possible values:
|