Hi All,
I have a MVC application which I would like to incorporate some type of centralised logging.
In essence,
Error Tracking - So includes the information about which module faulted with the exception information and when
User History - What the user is doing when they use particular modules within the site, SimpleMembership is used for user access and management.
I know this is a broad question and I pretty sure the way I would have to achieve this is to incorporate hooks within each module to write data out, but I would like to know if anyone else has a better method of getting the same result.
Go to the complete details ...