1 write to _logger
Aspire.Hosting (1)
ApplicationModel\ResourceAspireTerminal.cs (1)
61
_logger
= logger;
6 references to _logger
Aspire.Hosting (6)
ApplicationModel\ResourceAspireTerminal.cs (6)
228
_logger
.LogDebug("Connecting AppHost automation to resource terminal {TerminalId} at '{ConsumerPath}'.", Id, _consumerUdsPath);
260
_logger
.LogDebug("Connected to resource terminal {TerminalId} ({Width}x{Height}).", Id, width, height);
294
_logger
.LogWarning(ex, "Disposing the automation peer for resource terminal {TerminalId} failed unexpectedly.", Id);
304
_logger
.LogDebug("AppHost automation peer for resource terminal {TerminalId} stopped after disposal or a terminal host disconnect.", Id);
317
_logger
.LogDebug(failure, "Connecting the AppHost automation peer to resource terminal {TerminalId} failed; a later call can retry.", Id);
321
_logger
.LogWarning(failure, "AppHost automation peer for resource terminal {TerminalId} ended unexpectedly; a later call can reconnect.", Id);