huorswords/Microsoft.Extensions.Logging.Log4Net.AspNetCore

ASP.NET Core 3.1 Possible Issue

RealDotNetDave opened this issue · 1 comments

Has this been tested with ASP.NET Core 3.1? I have one written for a webapi project and I can't get it to work. In the Configure() method, I am setting it up as per examples:
loggerFactory.AddLog4Net();

But I don't see anything being logged.

I gave up on Log4Net.