icon

CodeTrigger   Forum

Code Generation For C#, WPF, WCF, SQL SERVER/ORACLE/MYSQL and Visual Studio 2013-2017

HomeGeneral

General Discussion Board - Please post questions, answers, (polite) opinions, and use-cases. Moderators reserve the right to amend the text/subject line or re-categorise the post to better suit the forum configuration if necessary.

Log and Audit Trail Messages in this topic - RSS

migrator
03/12/2017
migrator
Administrator
Posts: 63
migrator
migrator
Administrator
Posts: 63
How can I maintain the Audit Trail of data and then how can I make and see the data comparison in it ? However, I Have seen Action Log but Data Comparison in Audit Trail is not available in it.
0 link
03/12/2017 migrator
Administrator
Posts: 63
migrator
migrator
Administrator
Posts: 63
Please see the logging tutorial
If you follow this approach for the logging, you might then be able to customise the

static partial void LogDoing(object o, string memberName){ ... }

static partial void LogDone(object o, string memberName){ .... }

methods, to save to an AuditTrail?
0 link