1 write to _logger
Microsoft.TemplateEngine.Edge (1)
TemplateConstraintManager.cs (1)
21_logger = engineEnvironmentSettings.Host.LoggerFactory.CreateLogger<TemplateConstraintManager>();
16 references to _logger
Microsoft.TemplateEngine.Edge (16)
TemplateConstraintManager.cs (16)
24_logger.LogDebug($"Found {constraintFactories.Count()} constraints factories, initializing."); 56_logger.LogDebug($"Waiting for {constraintsToInitialize.Count()} to be initialized."); 58_logger.LogDebug($"{constraintsToInitialize.Count()} constraints were initialized."); 71_logger.LogWarning(LocalizableStrings.TemplateConstraintManager_Error_FailedToInitialize, constraint.Type, constraint.Task.Exception.Message); 72_logger.LogDebug($"Details: {constraint.Task.Exception}."); 75_logger.LogDebug($"{constraintsToInitialize.Count(c => c.Task.Status == TaskStatus.RanToCompletion)} constraints were initialized."); 96_logger.LogDebug($"The constraint '{type}' is unknown."); 104_logger.LogDebug($"The constraint '{type}' is not initialized, waiting for initialization."); 106_logger.LogDebug($"The constraint '{type}' is initialized successfully."); 123_logger.LogDebug($"The constraint '{type}' failed to be initialized, details: {exception}."); 133_logger.LogDebug($"The constraint '{type}' failed to be evaluated for the args '{args}', details: {e}."); 167_logger.LogDebug($"The constraint(s) are not initialized, waiting for initialization."); 169_logger.LogDebug($"The constraint(s) are initialized successfully."); 190_logger.LogDebug($"The constraint '{constraint.Type}' is unknown."); 198_logger.LogDebug($"The constraint '{constraint.Type}' failed to be initialized, details: {exception}."); 209_logger.LogDebug($"The constraint '{constraint.Type}' failed to be evaluated for the args '{constraint.Args}', details: {e}.");