We are having multiple applications deployed in Azure cloud and we are using LogEntriesLog4net appender for sending logs to a common place.
We are looking to utilize App Insights Microsoft.ApplicationInsights.Log4NetAppender for logging.
Is it possible to send all logs to a common App Insights resource or needs to be there with all applications?
How can we distinguish which log came up from which applications, do want to mix up all logs at one place?
We have an existing application and have several log statements scattered throughout the application.That is the reason we chose Log4Net appender for application insights.