1 write to _logger
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
67_logger = logger;
31 references to _logger
aspire (31)
Backchannel\ExtensionBackchannel.cs (31)
105_logger.LogDebug("Starting backchannel connection to Aspire extension at {Endpoint}", endpoint); 116_logger.LogDebug("Connected to ExtensionBackchannel at {Endpoint}", endpoint); 125_logger.LogDebug("Slow polling for backchannel connection (attempt {ConnectionAttempts}), {SocketException}", connectionAttempts, ex); 135_logger.LogError( 150_logger.LogError(ex, "An unexpected error occurred while trying to connect to the backchannel."); 169_logger.LogDebug("Connecting to {Name} backchannel at {SocketPath}", Name, endpoint); 179_logger.LogDebug("Connected to {Name} backchannel at {SocketPath}", Name, endpoint); 237_logger.LogError(ex, 259_logger.LogDebug("Sent message {Message}", message); 275_logger.LogDebug("Sent success message {Message}", message); 291_logger.LogDebug("Sent subtle message {Message}", message); 307_logger.LogDebug("Sent error message {Error}", error); 323_logger.LogDebug("Sent empty line"); 339_logger.LogDebug("Sent incompatible version error for capability {RequiredCapability} with hosting SDK version {AppHostHostingSdkVersion}", 356_logger.LogDebug("Sent cancellation message"); 372_logger.LogDebug("Sent lines for display"); 388_logger.LogDebug("Sent dashboard URLs for display"); 404_logger.LogDebug("Sent status update: {Status}", status); 425_logger.LogDebug("Prompting for selection with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 455_logger.LogDebug("Prompting for multiple selections with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 480_logger.LogDebug("Prompting for confirmation with text: {PromptText}, default value: {DefaultValue}", promptText, defaultValue); 506_logger.LogDebug("Prompting for string with text: {PromptText}, default value: {DefaultValue}, required: {Required}", promptText, defaultValue, required); 532_logger.LogDebug("Prompting for secret string with text: {PromptText}, required: {Required}", promptText, required); 556_logger.LogDebug("Opening path: {Path}", path); 591_logger.LogDebug("Sent plain text message {Message}", text); 607_logger.LogDebug("Sent debug session message {Message}", message); 629_logger.LogDebug("Requesting capabilities from the extension"); 647_logger.LogDebug("Running .NET project at {ProjectFile} with arguments: {Arguments}", projectFile, string.Join(" ", arguments)); 663_logger.LogDebug("Notifying that app host startup is completed"); 680_logger.LogDebug("Starting extension debugging session in directory {WorkingDirectory} for project file {ProjectFile} with debug={Debug}", 697_logger.LogDebug("Stopping extension debugging session");