C# Class Lokad.Cloud.Diagnostics.DiagnosticsModule

Cloud Diagnostics IoC Module.
Inheritance: Autofac.Module
ファイルを表示 Open project: Lokad/lokad-cloud

Protected Methods

Method Description
Load ( ContainerBuilder builder ) : void

Private Methods

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

Method Details

Load() protected method

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
return void