Initialize log4net settings from database
问题 Currently my application (C# Console App) uses file to initialize log4net, is there a way to initialize the log4net configurations from the database ? I can either save my current file as XML in DB (SQL) but I am not sure how to initialize log4net from that within my application. EDIT : Current Implementation: _logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); var file = new FileInfo(System.Configuration.ConfigurationManager.AppSettings[