I'm using Visual Studio and developing ASP.net MVC application, I want to log some text when I run my app in Run Without Debugging state for debugging purposes.
I don't know what to do! I can log my texts into a log file using System.StreamWriter
class, but is there a class in .net framework that does this?