1 write to _logger
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
BindSymbolEvaluator.cs (1)
22_logger = settings.Host.LoggerFactory.CreateLogger<BindSymbolEvaluator>();
22 references to _logger
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (22)
BindSymbolEvaluator.cs (22)
36_logger.LogDebug("No sources for bind symbols are available"); 39_logger.LogDebug( 55_logger.LogWarning(LocalizableStrings.BindSymbolEvaluator_Warning_DefaultValueConversionFailure, bindSymbol.Name, bindSymbol.DefaultValue, bindSymbol.DataType); 63_logger.LogDebug("No bind symbols has '{0}' defined.", nameof(BindSymbol.Binding).ToLowerInvariant()); 94_logger.LogWarning(LocalizableStrings.BindSymbolEvaluator_Warning_EvaluationError, currentSymbol.Name); 95_logger.LogDebug(currentTask.Exception, "The evaluation task has failed: {0}", currentTask.Exception.Message); 103_logger.LogDebug( 110_logger.LogWarning(LocalizableStrings.BindSymbolEvaluator_Warning_EvaluationError, currentSymbol.Name); 120_logger.LogDebug("Variable '{0}' was set to '{1}'.", currentSymbol.Name, convertedValue); 125_logger.LogWarning( 132_logger.LogDebug( 146_logger.LogDebug("Evaluating binding '{0}'.", configuredBinding); 163_logger.LogDebug("Binding '{0}' does not define prefix. All the sources that do not require prefix will be queried for this binding.", configuredBinding); 169_logger.LogDebug( 175_logger.LogDebug("No sources matches prefix '{0}' does not define prefix. All the sources that do not require prefix will be queried for the binding '{1}'.", prefix, configuredBinding); 185_logger.LogDebug( 198_logger.LogDebug("No values were retrieved for '{0}'.", binding); 203_logger.LogDebug("'{0}' was retrieved for '{1}'.", successfulTasks.Single().Value, binding); 209_logger.LogDebug( 219_logger.LogWarning(LocalizableStrings.BindSymbolEvaluator_Warning_ValueAvailableFromMultipleSources, configuredBinding, sourcesList, prefixesList); 224_logger.LogDebug("'{0}' was selected for '{1}' as highest priority value.", highestPriorityTasks.Single().Value, binding); 244_logger.LogDebug("Failed to retrieve '{0}' from the source {1}: {2}", binding, nameof(task.Source), task.Task.Exception.Message);