This is called by the broker after DeliverEvents to allow the connector writer to do their own logging.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual void LogEvent()
public virtual void LogEvent()
Public Overridable Sub LogEvent
Public Overridable Sub LogEvent
public:
virtual void LogEvent()
public:
virtual void LogEvent()
abstract LogEvent : unit -> unit
override LogEvent : unit -> unit
abstract LogEvent : unit -> unit
override LogEvent : unit -> unit
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.