Logging is a very critical and essential part of any software. It helps us in the investigation of the essence of problems. ASP.NET Core has built-in support for logging APIs and is able to work with various logging providers. Using these built-in providers, we can send application logs to one or more destinations and also, we can plug in third-party logging frameworks such as Serilog, Nlog, etc. In this article, we learn how to implement NLog with ASP.NET Core.
source https://www.c-sharpcorner.com/article/introduction-to-nlog-with-asp-net-core2/
No comments:
Post a Comment