C# Класс Orchard.Logging.LoggingModule

Наследование: Autofac.Module
Показать файл Открыть проект

Открытые методы

Метод Описание
LoggingModule ( ) : System

Защищенные методы

Метод Описание
AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void
Load ( ContainerBuilder moduleBuilder ) : void

Приватные методы

Метод Описание
BuildLoggerInjectors ( Type componentType ) : object>>.IEnumerable
CreateLogger ( IComponentContext context, IEnumerable parameters ) : ILogger

Описание методов

AttachToComponentRegistration() защищенный Метод

protected AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void
componentRegistry IComponentRegistry
registration IComponentRegistration
Результат void

Load() защищенный Метод

protected Load ( ContainerBuilder moduleBuilder ) : void
moduleBuilder Autofac.ContainerBuilder
Результат void

LoggingModule() публичный Метод

public LoggingModule ( ) : System
Результат System