Skip to main content
1-Visitor
February 13, 2019
Solved

Data Logger in ThingWorx

  • February 13, 2019
  • 1 reply
  • 1641 views

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.

Best answer by mnarang

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 

1 reply

mnarang5-Regular MemberAnswer
5-Regular Member
February 13, 2019

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