Skip to main content
Skip table of contents

LogHistory Method

Logs a message to the process history.

CODE
public void LogHistory(string message);

Classes: CustomNode


Parameters

string message

Message to log to the process history.


Example

The following example demonstrates logging a simple history message to the process.

CODE
LogHistory("Custom Node executing.");

Remarks

These messages are immediately reflected to the process object in the databse, and thus can be used to provide insight into the progress of custom nodes that take a long while to execute.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.