3 Replies Latest reply on Apr 30, 2015 3:03 AM by frenky1983

    How to control serializing complex data objects to logs?

    clp207

      I have a process that contains a data object. When the data object is logged to the database, it looks like a toString() is called, which results in an unusable object string being logged. Is there any way to control the serialization of the object (preferably JSON) so the logs can be used to keep track of process history?