Пример #1
0
 public LoggerSubstitute(LogLevel minLevel)
 {
     _logger = new LoggerSubstitute(new LoggerSubstituteFactory(minLevel));
 }
Пример #2
0
 public LoggerSubstitute(ILoggerFactory factory)
 {
     _logger = new LoggerSubstitute(factory);
 }