C# 클래스 Orchard.Logging.LoggingModule

상속: Autofac.Module
파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
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