PrintToLog method Description The plugin calls the PrintToLog method to tell VWorks software to print the specified string (add an entry) to the Main Log. Syntax HRESULT PrintToLog( [in] IControllerClient *Source, [in] BSTR StringToPrint); Parameters Source [in] The plugin’s pointer to itself. StringToPrint [in] The string to be printed to the Main Log. Related information For information about... See... IControllerClient interface “IControllerClient interface”