C# 클래스 Apprenda.Log4NetConnectorPolicy.WorkloadInspectorBase

The log4net workload inspector base.
상속: IWorkloadInspector
파일 보기 프로젝트 열기: apprenda/Log4Net-Onboarder

공개 메소드들

메소드 설명
Execute ( ) : BootstrappingResult

When overridden in a WorkloadInspector, performs the work on the workload

보호된 메소드들

메소드 설명
GetXmlConfiguratorProperty ( string filePath, string propertyName ) : string

Retrieve the value of the named property on the XmlConfigurator attribute decorating the named assembly, if present.

메소드 상세

Execute() 공개 추상적인 메소드

When overridden in a WorkloadInspector, performs the work on the workload
public abstract Execute ( ) : BootstrappingResult
리턴 BootstrappingResult

GetXmlConfiguratorProperty() 보호된 메소드

Retrieve the value of the named property on the XmlConfigurator attribute decorating the named assembly, if present.
protected GetXmlConfiguratorProperty ( string filePath, string propertyName ) : string
filePath string /// The file path. ///
propertyName string /// The property name. ///
리턴 string