Hi,
Is there any data logger in ThingWorx that captures each and every action performed by the user (e.g: If user clicks a button in a mashup that has to be logged as User clicked the <button name> with timestamp the action has performed). Does ThingWorx capture these and store somewhere or we need to create scripts for each and every action?
Thanks,
Shalini V.
Solved! Go to Solution.
These kind of custom logging is not available as out of the box .You can see executing service logs with all details in Application logs while putting the level debug/trace .For these custom log you need to add custom loggers in your script while executing the script on button click .
Hope it helps !
Thanks ,
Mukul Narang
These kind of custom logging is not available as out of the box .You can see executing service logs with all details in Application logs while putting the level debug/trace .For these custom log you need to add custom loggers in your script while executing the script on button click .
Hope it helps !
Thanks ,
Mukul Narang