عنوان:

‫نیازمندیهای یک پروژه ASP.NET Core Web API, Part 1 - Serilog


نویسنده: محسن اسماعیل پور
تاریخ: ۱۳۹۹/۱۲/۱۷ ۳:۴
آدرس: www.dntips.ir

Why Serilog? It is easy to set up, has a clean API, and is portable between recent .NET platforms. The big difference between Serilog and the other frameworks is that it is designed to do structured logging out of the box. Another thing I really like about Serilog is that it can be configured via the appsetting.json file alongside configuring through code. Changing logging configuration without touching the codebase is really helpful, especially in the production environment. 



مشاهده مطلب اصلی