NBPollingResult LogResult Method IBM Integration Bus
This is called by the broker after ReadData to allow the connector writer to do their own logging.

Namespace: IBM.Broker.Plugin.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public virtual void LogResult()
Remarks

If it is not overridden then a standard activity log message is written. Throwing an Exception will cause the message flow node to throw an exception for the message currently being processed.
See Also