C# Class Lokad.Cloud.Diagnostics.DiagnosticsModule

Cloud Diagnostics IoC Module.
Inheritance: Autofac.Module
Afficher le fichier Open project: Lokad/lokad-cloud

Méthodes protégées

Méthode Description
Load ( ContainerBuilder builder ) : void

Private Methods

Méthode Description
BlobStorageForDiagnostics ( IComponentContext c ) : IBlobStorageProvider
CloudLogWriter ( IComponentContext c ) : Lokad.Cloud.Diagnostics.CloudLogWriter
ProvisioningObserver ( IComponentContext c ) : ProvisioningObserverSubject
RuntimeObserver ( IComponentContext c ) : CloudRuntimeInstrumentationSubject

Method Details

Load() protected méthode

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Résultat void