ثبت وقایع توکار در NET Core.
200, OK
https://www.ttmind.com/TechPost/Built-In-Logging-In-NET-Core icon

For an application, logging is very important to keep track of that application and keep it error-free. In .NET Core, we don't need any third party logging; instead, we can use built-in logging whenever we want. This is very efficient in terms of code and performance.

Let’s start. Create a new .NET Core application and name it. 

ثبت وقایع توکار در NET Core.