I am learning ASP.NET Core Web API - currently I am learning the topic of filter. I created a custom filter and I want to print some logs on the console screen to check whether my filter is working or not, but I am not getting any kind of log in the output section.
This is the code for my filter where I am printing something with the help of Console.Writeline
: