1 write to _logger
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
src\Shared\SignalR\InProcessTestServer.cs (1)
91_logger = _loggerFactory.CreateLogger<InProcessTestServer<TStartup>>();
4 references to _logger
Microsoft.AspNetCore.SignalR.Tests.Utils (4)
src\Shared\SignalR\InProcessTestServer.cs (4)
114_logger.LogInformation("Starting test server..."); 126_logger.LogInformation("Test Server started"); 134_logger.LogInformation("Test server shut down"); 162_logger.LogInformation("Start shutting down test server");