C# Class Orchard.Logging.LoggingModule

Inheritance: Autofac.Module
Mostrar archivo Open project: ucdavis/Orchard

Public Methods

Method Description
LoggingModule ( ) : System

Protected Methods

Method Description
AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void
Load ( ContainerBuilder moduleBuilder ) : void

Private Methods

Method Description
BuildLoggerInjectors ( Type componentType ) : object>>.IEnumerable
CreateLogger ( IComponentContext context, IEnumerable parameters ) : ILogger

Method Details

AttachToComponentRegistration() protected method

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

Load() protected method

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

LoggingModule() public method

public LoggingModule ( ) : System
return System