EF: Logging
Here's some notes on how we implement logging in EF.
We've currently implemented it in our dynamic domain dbcontext, DynamicDbContext.
To make it work, we just have to create an instance of DbContextLoggingConfig, and pass it to our top-level dbcontext constructor.