1 write to _logger
Microsoft.TemplateEngine.Edge (1)
Settings\Scanner.cs (1)
30_logger = environmentSettings.Host.LoggerFactory.CreateLogger<Scanner>();
4 references to _logger
Microsoft.TemplateEngine.Edge (4)
Settings\Scanner.cs (4)
196_logger.LogDebug($"During ScanForComponents() cleanup, couldn't delete source copied into the content dir: {actualScanPath}. Details: {ex}."); 219_logger.LogDebug($"Error copying scanLocation: {sourceLocation} into the target dir: {targetPath}"); 243_logger.LogDebug("Scanning mount point '{0}' by generator '{1}': found {2} templates", source.MountPoint.MountPointUri, generator.Id, templateList.Count); 244ValidationUtils.LogValidationResults(_logger, templateList);