.NET WebApi storing application logging in Azure Application Insights
I have a .Net WebApi project, I would like to store the logging for it (things like errors, information, stacktrackes). I'm not sure what a good place would be I read that I can use log4net and then store it…