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