ASP.NET Core 3.1 Possible Issue
RealDotNetDave opened this issue · 1 comments
RealDotNetDave commented
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.
RealDotNetDave commented
I gave up on Log4Net.