RelaxISPluginAddLogMessage(String) Method |
Advises RelaxIS to add a new message to the log. Will not work in the object's constructor.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax protected void AddLogMessage(
string Message
)
Protected Sub AddLogMessage (
Message As String
)
Dim Message As String
Me.AddLogMessage(Message)
Parameters
- Message String
- The message to add to the log.
See Also