Auditing

Posts   
 
    
BSAPD avatar
BSAPD
User
Posts: 42
Joined: 02-Jul-2004
# Posted on: 02-Jul-2004 21:55:41   

Are there any data auditing features?

If not, has anyone implemented an auditing solution using this product who would like to share? simple_smile

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39613
Joined: 17-Aug-2003
# Posted on: 03-Jul-2004 10:40:21   

BSAPD wrote:

Are there any data auditing features?

If not, has anyone implemented an auditing solution using this product who would like to share? simple_smile

There are not build-in auditing features available, because every person can have different ideas about how to audit. simple_smile You can however add auditing very easily: for example in adapter, you can derive a class from DataAccessAdapter and override OnSaveEntity and OnSaveEntityComplete and log the current user, what entity is saved, the time etc. using the mechanism you want to use, as it is just .NET code.

Frans Bouma | Lead developer LLBLGen Pro