C# Class Apprenda.Log4NetConnectorPolicy.WorkloadInspectorBase

The log4net workload inspector base.
Inheritance: IWorkloadInspector
Show file Open project: apprenda/Log4Net-Onboarder

Public Methods

Method Description
Execute ( ) : BootstrappingResult

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

Protected Methods

Method Description
GetXmlConfiguratorProperty ( string filePath, string propertyName ) : string

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

Method Details

Execute() public abstract method

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

GetXmlConfiguratorProperty() protected method

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. ///
return string