.NET Core Logger using Serilog – Part 1
A simple .NET Core logger implementation using Serilog library. Introduction Logging is very important part of any software application. It might be needed for various reasons. You might want to log e.g. for one or all of the following reasons: What your website users do on your website? Which page are popular on your site? … Read more