1 write to _logger
Microsoft.AspNetCore.SpaProxy (1)
SpaProxyLaunchManager.cs (1)
29_logger = logger;
17 references to _logger
Microsoft.AspNetCore.SpaProxy (17)
SpaProxyLaunchManager.cs (17)
45if (_logger.IsEnabled(LogLevel.Information)) 47_logger.LogInformation($"No SPA development server running at {_options.ServerUrl} found."); 61_logger.LogError(ex, "There was an error trying to launch the SPA proxy."); 89_logger.LogDebug(exception, "Failed to connect to the SPA Development proxy."); 120_logger.LogDebug(exception, "Failed to connect to the SPA Development proxy."); 151if (_logger.IsEnabled(LogLevel.Error)) 153_logger.LogError($"Couldn't start the SPA development server with command '{_options.LaunchCommand}'."); 158if (_logger.IsEnabled(LogLevel.Error)) 160_logger.LogError($"Unable to connect to the SPA development server at '{_options.ServerUrl}'."); 163else if (_logger.IsEnabled(LogLevel.Information)) 165_logger.LogInformation($"SPA development server running at '{_options.ServerUrl}'"); 214_logger.LogError(exception, $"Failed to launch the SPA development server '{_options.LaunchCommand}'."); 249if (_logger.IsEnabled(LogLevel.Warning)) 251_logger.LogWarning($"The SPA process shutdown script '{stopProcess?.Id}' failed to start. The SPA proxy might" + 258if (_logger.IsEnabled(LogLevel.Debug)) 260_logger.LogDebug($"Watch process '{stopProcess}' started."); 311_logger.LogWarning($"The SPA process shutdown script '{stopProcess?.Id}' failed to start. The SPA proxy might" +