Logging of Entity/Collection values for Auditing purposes

Posts   
 
    
Jean-Paul
User
Posts: 19
Joined: 22-Sep-2006
# Posted on: 30-Nov-2006 11:27:23   

Are there any guidelines for serializing LLBLGen entities's (and collections') values for auditing purposes?

Currently I serialize the objects to XML and log them via Log4Net as an interim measure. The problem with this approach however is that a tremendous amount of xml gets generated.

Is the best approach still the one put forth in the following post? http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=3612&HighLight=1

Thank you!

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 30-Nov-2006 14:22:31   

You may produce compact XML Please refer to the LLBLGen Pro manual: "Generated code - XML Support (serialization, de-serialization)" -> "Compact XML"