Click or drag to resize

RelaxISPluginAddLogMessage(String) Method

Advises RelaxIS to add a new message to the log. Will not work in the object's constructor.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
protected void AddLogMessage(
	string Message
)

Parameters

Message  String
The message to add to the log.
See Also