C# Класс Apprenda.Log4NetConnectorPolicy.Log4NetConfigurationUpdateService

The log4net standalone configuration file update service.
Показать файл Открыть проект

Открытые методы

Метод Описание
Log4NetConfigurationUpdateService ( string configFilePath ) : System

Initializes a new instance of the Log4NetConfigurationUpdateService class.

Update ( ) : IEnumerable

Perform the configuration file update within the workload.

Приватные методы

Метод Описание
InjectDefaultConfiguration ( ) : void

Inject default configuration.

LoadConfiguration ( ) : void

Load the configuration document.

UpdateConfigurationDocument ( ) : void

Update main worker.

WriteConfigurationDocument ( ) : void

Write the configuration document.

Описание методов

Log4NetConfigurationUpdateService() публичный Метод

Initializes a new instance of the Log4NetConfigurationUpdateService class.
public Log4NetConfigurationUpdateService ( string configFilePath ) : System
configFilePath string /// The config file path. ///
Результат System

Update() публичный Метод

Perform the configuration file update within the workload.
public Update ( ) : IEnumerable
Результат IEnumerable