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.
Показать файл Открыть проект

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

Метод Описание
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