NBConnector WriteActivityLog Method (String)IBM Integration Bus
Writes an entry to activity log using the context that this connector is being run in.

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

public void WriteActivityLog(
	string message
)

Parameters

message
Type: OnlineSystem String
The message sent to the activity log.
Remarks

This method writes the contents of message as an insert into the built in Informational message numbered 12068
See Also