Logging - How to log a mendix object with its attributes and values

1
Hi Team.. Is there any Mendix function which takes Mendix object and logs its attributes and values at that time.? I see a log message activity for individual attribute value by passing as  a parameter. But I am looking for a generic one to use for any object...   Thanks Srinivas Namani
asked
2 answers
3

If you want such a generic solution, the REST Services module contains a Java action serializeObjectToJson which turns any object into a JSON string. You can easily write this string to a log.

answered
0

Take a look at this module: https://appstore.home.mendix.com/link/app/138/Mendix/Audittrail

Regards,

Ronald

 

answered