public LoggerSubstitute(LogLevel minLevel) { _logger = new LoggerSubstitute(new LoggerSubstituteFactory(minLevel)); }
public LoggerSubstitute(ILoggerFactory factory) { _logger = new LoggerSubstitute(factory); }