How can we log on Azure withe the granularity & control equivalent to log4net? We use log4net in our web apps we run on IIS and that works very well for us. Is that the best on Azure too?
We absolutely prefer log files (as opposed to database entries) but if there's something that works better in Azure, I'm open to improvements. The way Trace writes to a table in Azure is horrible - we definitely don't want that.
The reason I prefer log files is it's super easy to see what happened in sequence which is what I need 99% of the time.
This is for an Azure web app that will have multiple instances. It's fine if the logs are distinct to each instance.
thanks - dave
