NBEvent LogEvent Method IBM Integration Bus
This is called by the broker after DeliverEvents 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 LogEvent()
Remarks

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