C# 클래스 Patterns.Autofac.Logging.LoggingModule

Provides packaged registration instructions for the Patterns.Logging namespace.
상속: Autofac.Module
파일 보기 프로젝트 열기: patterns-group/code-patterns

공개 프로퍼티들

프로퍼티 타입 설명
DefaultLogFactory ILog>.Func

공개 메소드들

메소드 설명
LoggingModule ( ) : System

Initializes a new instance of the LoggingModule class.

보호된 메소드들

메소드 설명
AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void
Load ( ContainerBuilder builder ) : void
LoggingModule ( ILog>.Func logFactory ) : System

메소드 상세

AttachToComponentRegistration() 보호된 메소드

protected AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void
componentRegistry IComponentRegistry
registration IComponentRegistration
리턴 void

Load() 보호된 메소드

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
리턴 void

LoggingModule() 공개 메소드

Initializes a new instance of the LoggingModule class.
public LoggingModule ( ) : System
리턴 System

LoggingModule() 보호된 메소드

protected LoggingModule ( ILog>.Func logFactory ) : System
logFactory ILog>.Func
리턴 System

프로퍼티 상세

DefaultLogFactory 공개적으로 정적으로 프로퍼티

The default log factory.
public static Func DefaultLogFactory
리턴 ILog>.Func