C# 클래스 Apprenda.Log4NetConnectorPolicy.Log4NetConfigurationUpdateService

The log4net standalone configuration file update service.
파일 보기 프로젝트 열기: apprenda/Log4Net-Onboarder

공개 메소드들

메소드 설명
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