Logging into Database using log4net and Microknights in asp.net core 3.1 didn't work
问题 I have gone through many articles saying AdoNetAppender is not supported in .net core, but we can use MicroKnights to do the same. I am trying to achieve DB logging in .net core 3.1 application using the same but still not succeed. My log4net.config file placed in roots is as follows: <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> </configSections> <log4net debug="true">