Trying to add logging in ASP.NET Core function app
I am currently working with an ASP.NET Core v6 Function App v4 and want to add logging so I can save the logs to the database. In past projects I've used Log4Net package, I see there is a nuget package…