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);
244
ValidationUtils.LogValidationResults(
_logger
, templateList);