Integrating Logging Using NLog in ASP.NET Core 3.0 Web App

Written by yashpal | Published 2020/01/24
Tech Story Tags: aspnetcore | asp.net-mvc-to-asp.net-core | programming | software-development | coding | engineering | latest-tech-stories | aspnet-core

TLDR NLog is an open source logging framework that provides flexibility and configurable options to log the insights of your application. NLog allows to select multiple targets like database, cloud services, files, console, etc. at the same time. This is the most widely used logging framework out there. We need to create an ASP.NET Core 3 Web Application with some default files and folders. We will use NLog as a service in Program.cs file so that I can capture logs and send them to the defined target.via the TL;DR App

no story

Published by HackerNoon on 2020/01/24