DryIocExtensions.

WithTestLoggerResolver(Rules, Func<Request, Type, object>) Method

Summary

Adds support for resolving generic ILoggers from the DI Container and allowing the loggers to be wrapped if desired

Syntax

public static Rules WithTestLoggerResolver(this Rules rules, Func<Request, Type, object> creator)

Parameters

Name Type Description
rules Rules
creator Func<Request, Type, object>

Return Value

Type Description
Rules