The Log Custom Message operation allows you to log user defined messages into the operation log file for a defined operation.
logCustomMessage(EXPRESSION);
1
1: Custom message
(Example)
onClick($GraphicObject.CheckBox1, ()=>{
logCustomMessage("Hello");
});
→ When you click the CheckBox object, it will log the message entered in Constant block field into the operation log file.