C# Class Apprenda.Log4NetConnectorPolicy.WorkloadInspectorBase

The log4net workload inspector base.
Inheritance: IWorkloadInspector
Afficher le fichier Open project: apprenda/Log4Net-Onboarder

Méthodes publiques

Méthode Description
Execute ( ) : BootstrappingResult

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

Méthodes protégées

Méthode 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 méthode

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

GetXmlConfiguratorProperty() protected méthode

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. ///
Résultat string