C# Class Utility.Logging.NLog.Autofac.NLogLoggerAutofacModule

Inheritance: Autofac.Module
Show file Open project: ChrisMH/Utility.Logging

Protected Methods

Method Description
AttachToComponentRegistration ( IComponentRegistry registry, IComponentRegistration registration ) : void
Load ( ContainerBuilder builder ) : void

Method Details

AttachToComponentRegistration() protected method

protected AttachToComponentRegistration ( IComponentRegistry registry, IComponentRegistration registration ) : void
registry IComponentRegistry
registration IComponentRegistration
return void

Load() protected method

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