طراحی تامین کننده مبتنی بر Filesystem برای سیستم Logging در ASP.NET Core
200, OK
https://andrewlock.net/creating-a-rolling-file-logging-provider-for-asp-net-core-2-0/ icon

In this post I'll show how to create a logging provider that writes logs to the file system. In production, I'd recommended using a more fully-featured system like Serilog instead of this library, but I wanted to see what was involved to get a better idea of the process myself.

The code for the file logging provider is available on GitHub, or as the NetEscapades.Extensions.Logging.RollingFile package on NuGet. 

طراحی تامین کننده مبتنی بر Filesystem برای سیستم Logging در ASP.NET Core