1 write to _logger
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\AutobahnTester.cs (1)
26_logger = _loggerFactory.CreateLogger("AutobahnTester");
4 references to _logger
Microsoft.AspNetCore.WebSockets.ConformanceTests (4)
Autobahn\AutobahnTester.cs (4)
43_logger.LogInformation("Using 'wstest' from: {WsTestPath}", Wstest.Default.Location); 44_logger.LogInformation("Now launching Autobahn Test Suite. This will take a while."); 91_logger.LogWarning("Non-successful response when pinging {url}: {statusCode} {reasonPhrase}", deployment.ApplicationBaseUri, resp.StatusCode, resp.ReasonPhrase); 103_logger.LogError(ex, "Error while pinging servers");