1 write to _logger
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
66_logger = logger;
31 references to _logger
aspire (31)
Backchannel\ExtensionBackchannel.cs (31)
104_logger.LogDebug("Starting backchannel connection to Aspire extension at {Endpoint}", endpoint); 115_logger.LogDebug("Connected to ExtensionBackchannel at {Endpoint}", endpoint); 124_logger.LogDebug("Slow polling for backchannel connection (attempt {ConnectionAttempts}), {SocketException}", connectionAttempts, ex); 134_logger.LogError( 149_logger.LogError(ex, "An unexpected error occurred while trying to connect to the backchannel."); 168_logger.LogDebug("Connecting to {Name} backchannel at {SocketPath}", Name, endpoint); 178_logger.LogDebug("Connected to {Name} backchannel at {SocketPath}", Name, endpoint); 236_logger.LogError(ex, 258_logger.LogDebug("Sent message {Message}", message); 274_logger.LogDebug("Sent success message {Message}", message); 290_logger.LogDebug("Sent subtle message {Message}", message); 306_logger.LogDebug("Sent error message {Error}", error); 322_logger.LogDebug("Sent empty line"); 338_logger.LogDebug("Sent incompatible version error for capability {RequiredCapability} with hosting SDK version {AppHostHostingSdkVersion}", 355_logger.LogDebug("Sent cancellation message"); 371_logger.LogDebug("Sent lines for display"); 387_logger.LogDebug("Sent dashboard URLs for display"); 403_logger.LogDebug("Sent status update: {Status}", status); 424_logger.LogDebug("Prompting for selection with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 454_logger.LogDebug("Prompting for multiple selections with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 479_logger.LogDebug("Prompting for confirmation with text: {PromptText}, default value: {DefaultValue}", promptText, defaultValue); 505_logger.LogDebug("Prompting for string with text: {PromptText}, default value: {DefaultValue}, required: {Required}", promptText, defaultValue, required); 531_logger.LogDebug("Prompting for secret string with text: {PromptText}, required: {Required}", promptText, required); 555_logger.LogDebug("Opening path: {Path}", path); 576_logger.LogDebug("Logging message at level {LogLevel}: {Message}", logLevel, message); 592_logger.LogDebug("Sent plain text message {Message}", text); 614_logger.LogDebug("Requesting capabilities from the extension"); 632_logger.LogDebug("Running .NET project at {ProjectFile} with arguments: {Arguments}", projectFile, string.Join(" ", arguments)); 648_logger.LogDebug("Notifying that app host startup is completed"); 665_logger.LogDebug("Starting extension debugging session in directory {WorkingDirectory} for project file {ProjectFile} with debug={Debug}", 682_logger.LogDebug("Stopping extension debugging session");