-
Notifications
You must be signed in to change notification settings - Fork 164
Logging
Jeff Treuting edited this page Feb 3, 2014
·
3 revisions
- Download the SharpRepository.Logging NuGet package
- Setup Common.Logging to use the logging frame work you prefer
- Add the [RepositoryLogging] attribute to the entities you would like to log (or for EF use a common base class to log all entities)
- Set the logging level to Debug in order to have SharpRepository info logged