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