C# Class Orchard.Logging.LoggingModule

Inheritance: Autofac.Module
Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

Méthode Description
LoggingModule ( ) : System

Méthodes protégées

Méthode Description
AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void
Load ( ContainerBuilder moduleBuilder ) : void

Private Methods

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

Method Details

AttachToComponentRegistration() protected méthode

protected AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void
componentRegistry IComponentRegistry
registration IComponentRegistration
Résultat void

Load() protected méthode

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

LoggingModule() public méthode

public LoggingModule ( ) : System
Résultat System