I'm task with writing a module that logs custom events in our application. I need to capture and log things like vistors, new registrations, company, dates... any tutorials or examples to get me started?
After reading your needs, as far as i know, you want to log some event and value in your application, i found a tutorial about how to log the exception message in the application, you also could log the event and value in it. For more details, please check
the following sample tutorials:
Create Simple Error Log Files using ASP.NET and C#: