1 write to _logger
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
59_logger = logger;
26 references to _logger
aspire (26)
Backchannel\ExtensionBackchannel.cs (26)
88_logger.LogDebug("Starting backchannel connection to Aspire extension at {Endpoint}", endpoint); 99_logger.LogDebug("Connected to ExtensionBackchannel at {Endpoint}", endpoint); 108_logger.LogDebug("Slow polling for backchannel connection (attempt {ConnectionAttempts}), {SocketException}", connectionAttempts, ex); 118_logger.LogError( 133_logger.LogError(ex, "An unexpected error occurred while trying to connect to the backchannel."); 152_logger.LogDebug("Connecting to {Name} backchannel at {SocketPath}", Name, endpoint); 162_logger.LogDebug("Connected to {Name} backchannel at {SocketPath}", Name, endpoint); 220_logger.LogError(ex, 242_logger.LogDebug("Sent message {Message}", message); 258_logger.LogDebug("Sent success message {Message}", message); 274_logger.LogDebug("Sent subtle message {Message}", message); 290_logger.LogDebug("Sent error message {Error}", error); 306_logger.LogDebug("Sent empty line"); 322_logger.LogDebug("Sent incompatible version error for capability {RequiredCapability} with hosting SDK version {AppHostHostingSdkVersion}", 339_logger.LogDebug("Sent cancellation message"); 355_logger.LogDebug("Sent lines for display"); 371_logger.LogDebug("Sent dashboard URLs for display"); 393_logger.LogDebug("Sent status update: {Status}", status); 414_logger.LogDebug("Prompting for selection with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 435_logger.LogDebug("Prompting for confirmation with text: {PromptText}, default value: {DefaultValue}", promptText, defaultValue); 455_logger.LogDebug("Prompting for string with text: {PromptText}, default value: {DefaultValue}, required: {Required}", promptText, defaultValue, required); 473_logger.LogDebug("Opening project at path: {ProjectPath}", projectPath); 494_logger.LogDebug("Logging message at level {LogLevel}: {Message}", logLevel, message); 516_logger.LogDebug("Requesting capabilities from the extension"); 534_logger.LogDebug("Running .NET project at {ProjectFile} with arguments: {Arguments}", projectFile, string.Join(" ", arguments)); 550_logger.LogDebug("Stopping extension debugging session");