Hello!
I have an ASP.NET App that uses a .NET library. I want to enable logging to somewhere to check later the error messages.
I will log ASP.NET app and .NET library, to the same place or to different places. I don't know how to do it.
I prefer to use System.Diagnostics. from .NET Framework instead of 3rd party frameworks, but I don't know if this is the better solution.
I want to log error messages and, sometimes, custom messages.
Thank you!