Example #1
0
 public KardPhysicalFileProvider(string root, ImageHandleOptions options, ILoggerFactory loggerFactory) : base(root)
 {
     _logger    = loggerFactory.CreateLogger <KardPhysicalFileProvider>();
     _stopwatch = new Stopwatch();
     _options   = options;
 }