Apprenda.Log4NetConnectorPolicy.Log4NetConfigurationUpdateService.Log4NetConfigurationUpdateService C# (CSharp) Method

Log4NetConfigurationUpdateService() public method

Initializes a new instance of the Log4NetConfigurationUpdateService class.
public Log4NetConfigurationUpdateService ( string configFilePath ) : System
configFilePath string /// The config file path. ///
return System
        public Log4NetConfigurationUpdateService(string configFilePath)
        {
            _configFilePath = configFilePath;
        }