NBConnector WriteActivityLog Method (String, Dictionary String, 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,
	Dictionary<string, string> extraTags
)

Parameters

message
Type: OnlineSystem String
The message sent to the activity log.
extraTags
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
A Dictionary of names and values which will be used to tag this log message.
Remarks

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