示例#1
0
 public LoggerSubstitute(LogLevel minLevel)
 {
     _logger = new LoggerSubstitute(new LoggerSubstituteFactory(minLevel));
 }
示例#2
0
 public LoggerSubstitute(ILoggerFactory factory)
 {
     _logger = new LoggerSubstitute(factory);
 }