I am using Microsoft.Extensions.Logging.Log4Net.AspNetCore (AspNetCore 2.2) and I want to use an AdoNetAppender but it seems like the only option is to make my own or use MicroKnights.Log4NetAdoNetAppender.
- Why doesn't this library support AdoNetAppender?
- Will it ever support it?
- Is there another option?
References: - reference 1 - reference 2 - reference 3 - reference 4