1 write to _logger
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
65_logger = logger;
31 references to _logger
aspire (31)
Backchannel\ExtensionBackchannel.cs (31)
103_logger.LogDebug("Starting backchannel connection to Aspire extension at {Endpoint}", endpoint); 114_logger.LogDebug("Connected to ExtensionBackchannel at {Endpoint}", endpoint); 123_logger.LogDebug("Slow polling for backchannel connection (attempt {ConnectionAttempts}), {SocketException}", connectionAttempts, ex); 133_logger.LogError( 148_logger.LogError(ex, "An unexpected error occurred while trying to connect to the backchannel."); 167_logger.LogDebug("Connecting to {Name} backchannel at {SocketPath}", Name, endpoint); 177_logger.LogDebug("Connected to {Name} backchannel at {SocketPath}", Name, endpoint); 235_logger.LogError(ex, 257_logger.LogDebug("Sent message {Message}", message); 273_logger.LogDebug("Sent success message {Message}", message); 289_logger.LogDebug("Sent subtle message {Message}", message); 305_logger.LogDebug("Sent error message {Error}", error); 321_logger.LogDebug("Sent empty line"); 337_logger.LogDebug("Sent incompatible version error for capability {RequiredCapability} with hosting SDK version {AppHostHostingSdkVersion}", 354_logger.LogDebug("Sent cancellation message"); 370_logger.LogDebug("Sent lines for display"); 386_logger.LogDebug("Sent dashboard URLs for display"); 402_logger.LogDebug("Sent status update: {Status}", status); 423_logger.LogDebug("Prompting for selection with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 453_logger.LogDebug("Prompting for multiple selections with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 478_logger.LogDebug("Prompting for confirmation with text: {PromptText}, default value: {DefaultValue}", promptText, defaultValue); 504_logger.LogDebug("Prompting for string with text: {PromptText}, default value: {DefaultValue}, required: {Required}", promptText, defaultValue, required); 530_logger.LogDebug("Prompting for secret string with text: {PromptText}, required: {Required}", promptText, required); 554_logger.LogDebug("Opening path: {Path}", path); 589_logger.LogDebug("Sent plain text message {Message}", text); 605_logger.LogDebug("Sent debug session message {Message}", message); 627_logger.LogDebug("Requesting capabilities from the extension"); 645_logger.LogDebug("Running .NET project at {ProjectFile} with arguments: {Arguments}", projectFile, string.Join(" ", arguments)); 661_logger.LogDebug("Notifying that app host startup is completed"); 678_logger.LogDebug("Starting extension debugging session in directory {WorkingDirectory} for project file {ProjectFile} with debug={Debug}", 695_logger.LogDebug("Stopping extension debugging session");