C# 클래스 AccidentalFish.ApplicationSupport.Core.Bootstrapper

Registers infrastructure and dependencies with a unity container Note that this generally is coupled with the bootstrapper found in the assembly AccidentalFish.ApplicationSupport.Azure that provides Azure specific implementations.
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport

공개 메소드들

메소드 설명
UseCore ( this container, string correlationIdKey = "correlation-id", LogLevelEnum defaultTraceLoggerMinimumLogLevel = LogLevelEnum.Warning, IFullyQualifiedName defaultLoggerSource = null ) : IDependencyResolver

Register the dependencies in a container

메소드 상세

UseCore() 공개 정적인 메소드

Register the dependencies in a container
public static UseCore ( this container, string correlationIdKey = "correlation-id", LogLevelEnum defaultTraceLoggerMinimumLogLevel = LogLevelEnum.Warning, IFullyQualifiedName defaultLoggerSource = null ) : IDependencyResolver
container this The container to use
correlationIdKey string The correlation ID key. Defaults to correlation-id
defaultTraceLoggerMinimumLogLevel LogLevelEnum
defaultLoggerSource IFullyQualifiedName The component source to use for a default logger when no source is specified - defaults to null.
리턴 IDependencyResolver