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");