1 write to _logger
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
78_logger = logger;
32 references to _logger
aspire (32)
Backchannel\ExtensionBackchannel.cs (32)
153_logger.LogDebug("Starting backchannel connection to Aspire extension at {Endpoint}", endpoint); 164_logger.LogDebug("Connected to ExtensionBackchannel at {Endpoint}", endpoint); 173_logger.LogDebug("Slow polling for backchannel connection (attempt {ConnectionAttempts}), {SocketException}", connectionAttempts, ex); 183_logger.LogError( 204_logger.LogError(ex, "An unexpected error occurred while trying to connect to the backchannel."); 247_logger.LogDebug("Connecting to {Name} backchannel at {SocketPath}", Name, endpoint); 257_logger.LogDebug("Connected to {Name} backchannel at {SocketPath}", Name, endpoint); 315_logger.LogError(ex, 348_logger.LogDebug("Sent message {Message}", message); 364_logger.LogDebug("Sent success message {Message}", message); 380_logger.LogDebug("Sent subtle message {Message}", message); 396_logger.LogDebug("Sent error message {Error}", error); 412_logger.LogDebug("Sent empty line"); 428_logger.LogDebug("Sent incompatible version error for capability {RequiredCapability} with hosting SDK version {AppHostHostingSdkVersion}", 445_logger.LogDebug("Sent cancellation message"); 461_logger.LogDebug("Sent lines for display"); 477_logger.LogDebug("Sent dashboard URLs for display"); 493_logger.LogDebug("Sent status update: {Status}", status); 514_logger.LogDebug("Prompting for selection with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 544_logger.LogDebug("Prompting for multiple selections with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 569_logger.LogDebug("Prompting for confirmation with text: {PromptText}, default value: {DefaultValue}", promptText, defaultValue); 595_logger.LogDebug("Prompting for string with text: {PromptText}, default value: {DefaultValue}, required: {Required}", promptText, defaultValue, required); 621_logger.LogDebug("Prompting for secret string with text: {PromptText}, required: {Required}", promptText, required); 645_logger.LogDebug("Prompting for file path with text: {PromptText}, default value: {DefaultValue}, directory: {Directory}", promptText, defaultValue, directory); 663_logger.LogDebug("Opening path: {Path}", path); 698_logger.LogDebug("Sent plain text message {Message}", text); 714_logger.LogDebug("Sent debug session message {Message}", message); 750_logger.LogDebug("Requesting capabilities from the extension"); 768_logger.LogDebug("Running project at {ProjectFile} with {ArgumentCount} arguments", projectFile, arguments.Count); 784_logger.LogDebug("Notifying that app host startup is completed"); 801_logger.LogDebug("Starting extension debugging session in directory {WorkingDirectory} for project file {ProjectFile} with command={Command} debug={Debug}", 818_logger.LogDebug("Stopping extension debugging session");