Logging in ASP.NET Core 1 Logging has been a built-in feature since the first release of ASP.NET Core. Good thing about logging is that ASP.NET Core configures it to log internal events from the platform. You can also easily connect it with most of the popular logging tools (NLog, log4net, Serilog, etc..). Logging API has […]
Continue reading