-
Book Overview & Buying
-
Table Of Contents
Solution Architecture with .NET
By :
.NET logging providers are used to log event messages to track the execution of the application and report all code errors or application exceptions in a centralized location. Tracing is used to track and view diagnostic information about a single flow in the system.
Logging and tracing are essential for .NET teams as every time the application fails, we request information to troubleshoot the issue and resolve it. The unified solution for logging and tracing will give you answers to the following questions:
For traditional solutions that are hosted on-premises, logging and tracing are performed by the same process that runs the executable of the application. As for modern cloud applications that are built with the microservices...