I'd like to store log4net.config in a sql server database but not in file. And Can log4net read the config from the sql server database? How to modify this?
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "Log4Net.config", Watch = true)]
I'd like to store log4net.config in a sql server database but not in file. And Can log4net read the config from the sql server database? How to modify this?
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "Log4Net.config", Watch = true)]
Copyright © 2021 Jogjafile Inc.
Read your config data from database and by using log4net.Config.XmlConfigurator.Configure set log4net configurations during on start your app