LogSuccess

LogSuccess#

LogSuccess

The LogSuccess operation is used to send a log event with status SUCCESS.

A SUCCESS represents a severity level that is used to indicate a successful completion of an operation or an entire Mule flow execution.

In contrast to LogInfo, the LogSuccess operation indicates an explicit successful state.

In the world of nJAMS, a LogSuccess overrules a previous LogWarn or LogError status related to a flow evaluation.

For example, an ERROR event may have been sent during the flow execution, but at the end the entire flow could still be completed successfully, so that a LogSuccess is sent.

In this scenario, the flow execution is evaluated as Success with Error.