1 write to _logger
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
80_logger = logger;
34 references to _logger
aspire (34)
Backchannel\ExtensionBackchannel.cs (34)
160_logger.LogDebug("Starting backchannel connection to Aspire extension at {Endpoint}", endpoint); 171_logger.LogDebug("Connected to ExtensionBackchannel at {Endpoint}", endpoint); 181_logger.LogDebug("Slow polling for backchannel connection (attempt {ConnectionAttempts}), {SocketException}", connectionAttempts, ex); 191_logger.LogError( 212_logger.LogError(ex, "An unexpected error occurred while trying to connect to the backchannel."); 255_logger.LogDebug("Connecting to {Name} backchannel at {SocketPath}", Name, endpoint); 265_logger.LogDebug("Connected to {Name} backchannel at {SocketPath}", Name, endpoint); 323_logger.LogError(ex, 356_logger.LogDebug("Sent message {Message}", message); 372_logger.LogDebug("Sent message {Message} with {ActionCount} actions", message, actions.Length); 388_logger.LogDebug("Sent success message {Message}", message); 404_logger.LogDebug("Sent subtle message {Message}", message); 420_logger.LogDebug("Sent error message {Error}", error); 436_logger.LogDebug("Sent error message with {ActionCount} actions", actions.Length); 452_logger.LogDebug("Sent empty line"); 468_logger.LogDebug("Sent incompatible version error for capability {RequiredCapability} with hosting SDK version {AppHostHostingSdkVersion}", 485_logger.LogDebug("Sent cancellation message"); 501_logger.LogDebug("Sent lines for display"); 517_logger.LogDebug("Sent dashboard URLs for display"); 533_logger.LogDebug("Sent status update: {Status}", status); 554_logger.LogDebug("Prompting for selection with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 587_logger.LogDebug("Prompting for multiple selections with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 612_logger.LogDebug("Prompting for confirmation with text: {PromptText}, default value: {DefaultValue}", promptText, defaultValue); 638_logger.LogDebug("Prompting for string with text: {PromptText}, default value: {DefaultValue}, required: {Required}", promptText, defaultValue, required); 664_logger.LogDebug("Prompting for secret string with text: {PromptText}, required: {Required}", promptText, required); 688_logger.LogDebug("Prompting for file path with text: {PromptText}, default value: {DefaultValue}, directory: {Directory}", promptText, defaultValue, directory); 706_logger.LogDebug("Opening path: {Path}", path); 741_logger.LogDebug("Sent plain text message {Message}", text); 757_logger.LogDebug("Sent debug session message {Message}", message); 793_logger.LogDebug("Requesting capabilities from the extension"); 811_logger.LogDebug("Running project at {ProjectFile} with {ArgumentCount} arguments", projectFile, arguments.Count); 827_logger.LogDebug("Notifying that app host startup is completed"); 844_logger.LogDebug("Starting extension debugging session in directory {WorkingDirectory} for project file {ProjectFile} with command={Command} debug={Debug}", 861_logger.LogDebug("Stopping extension debugging session");