High-Performance Logging in .NET Core

added by DotNetKicks
11/14/2019 2:09:27 PM

885 Views

In this post I will explore and highlight an approach to logging which you can apply in high-performance, high load applications to reduce the overhead of logging. Logging is a built in feature of ASP.NET Core and .NET Core Work Services. The feature is provided as part of the Microsoft.Extensions.Logging library.


0 comments