I am trying to find out what would be the best way to add logging to a Dynamic Data app?I am using DD for an admin interface and I need to log all the actions the user makes.I thought of adding things to the codebehind of the PageTemplates\ListDetails for example, but was wondering if there is a better way... For data access I am using Entity Framework with Sqlite.Any help is very much appreciated!