Logging an ASP.NET Core application like MORYX with NLog

Logging an ASP.NET Core application like MORYX with NLog

Everyone knows the following scenario: your application is not working as expected. Whether during development or in production, logging helps to analyze a certain behavior. It may be that you only want to see messages with a higher priority at one point, while a very...