Sitecore logging fundamentals – Azure PaaS
In the first part of this series, we talked about the relation between Sitecore.Diagnostics.Log, Log4Net and Microsoft’s Logging Abstractions with ILogger. Let’s take things a step further and have a look at the logging mechanisms in Azure PaaS. Application Insights In our PaaS solutions we can use Application Insights to diagnose our applications. In application […]
Sitecore logging fundamentals
What’s an application without proper logging? You are probably aware that Sitecore comes with it’s own static Sitecore.Diagnostics.Log class to quickly access the logging system. But how does it work under the hood? What is the impact on Sitecore solutions in Azure PaaS? How is logging handled in the new Sitecore Host based .NET core […]