Log Message Processor
The Log Message Processor writes a log message to the eip.log file. To improve traceability and debugging, an optional checkbox allows the transaction ID to be appended to the log message. This option is not enabled by default.
Processor (Adapter) Configuration Drop-Down List
Select the Log Message Processor from the drop-down list and hit Add.
Click on Add
Basic Log Message Processor Configuration Options
On the Basic tab, you can specify:
- Message to Log – the message to write to the eip.log file
- Log Level – this option is used to set the level at which the message will appear in the eiPlatform logs. For example, setting the Log Level to ERROR will cause messages from this Processor to appear as errors in the log file. Other options that can be selected are FATAL, WARN, INFO and DEBUG.
- Append TxID – if enabled, the TxID will be appended to the log message
Log Message Processor Basic Configuration Options
Conditional Execution Log Message Processor Configuration Options
On the Conditional Execution tab, you can set additional Processor execution conditions. The transaction data-dependent condition may be specified here as an enhanced expression. If this expression returns anything other than TRUE (ignore case) – this processor will be skipped. No additional configuration for this Processor is required.
Log Message Processor Conditional Execution Configuration Options